Skip to content

Instantly share code, notes, and snippets.

@anatomatic
Last active August 15, 2022 21:13
Show Gist options
  • Save anatomatic/32afbd813ce7e7fc4465fe7c11927a2b to your computer and use it in GitHub Desktop.
Save anatomatic/32afbd813ce7e7fc4465fe7c11927a2b to your computer and use it in GitHub Desktop.
Open Bunch - Quicksilver Action - AppleScript
-- install in ~/Library/Application Support/Quicksilver/Actions/
-- to add icon: copy the icon from Bunch.app's Get Info panel and paste onto this action
using terms from application "Quicksilver"
on process text _text
tell application "Bunch"
open location "x-bunch://open?bunch=" & _text
end tell
end process text
end using terms from
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment