/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#!/bin/bash # # Sends the current selection text or document (if no selection) to quicksilver # To use this you must install the "Command Line Tools (qs)" plugin in quicksilver # # Create a new bundle command and call it "Send to Quicksilver" # Set command input to Selection Or Document # set command output to discard # set key equivalent (I set mine to command + escape) # Leave Scope Selector blank cat /dev/stdin | qs