Guest User

Untitled

a guest
May 6th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Add Sublime Text to OS X Context Menu
  2. =====================================
  3.  
  4. - Open Automator
  5. - Create a new Service
  6. - Add a `Run Shell Script` action
  7. - Set input to Service receives selected `files or folders` in `any application`
  8. - Set the script action to `/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl -n $@`
  9. - Set Pass input to `as arguments`
  10. - Save as `Open in Sublime Text`
Add Comment
Please, Sign In to add comment