NumiLaunchbar
NumiLaunchbar copied to clipboard
Request: copy result to clipboard
Is it possible to provide a way to copy the result to the clipboard? There's a Soulver plugin that does this. I took a look at the javascript in the action, and this is the core function call that copies to clipboard:
LaunchBar.setClipboardString(result);
Would be handy to be able to copy the result of a Numi calculation so that I can paste it elsewhere.