Skip to content

Instantly share code, notes, and snippets.

@justin-harper
Last active February 25, 2017 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justin-harper/9e24576880bedf27480ca177d0e22457 to your computer and use it in GitHub Desktop.
Save justin-harper/9e24576880bedf27480ca177d0e22457 to your computer and use it in GitHub Desktop.
nemo_action:open folder in Sublime Text
[Nemo Action]
# location = /usr/share/nemo/actions
Name=Open folder in Sublime Text
Comment=Open current folder in Sublime Text
Icon-Name=subl3
Selection=any
Extensions=any
EscapeSpaces=true
Exec=/bin/sh -c "cd %P && subl3 ."
Dependencies=subl3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment