- Open Automator
- Create a new Service
- Add a
Run Shell Script
action - Set input to Service receives selected
files or folders
inany application
- Set the script action to
/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl -n $@
- Set Pass input to
as arguments
- Save as
Open in Sublime Text
Forked from vincentmac/sublime-text-osx-context-menu.md
Created
July 16, 2024 19:53
-
-
Save why-not/f959f89c94adb33b2d815c75fcb86456 to your computer and use it in GitHub Desktop.
Sublime Text OSX Context Menu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
subl --launch-or-new-window "$@"