Skip to content

Instantly share code, notes, and snippets.

@DKrepsky
Created December 15, 2019 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DKrepsky/501fd0c63d61b6c148c29c373736798e to your computer and use it in GitHub Desktop.
Save DKrepsky/501fd0c63d61b6c148c29c373736798e to your computer and use it in GitHub Desktop.
Open in code context menu nemo
copy file to ~/.local/share/nemo/actions/
[Nemo Action]
Name=Open with Code
Comment=Opens VSCode in the current directory
Exec=code %P
Icon-Name=visual-studio-code
Selection=none
Extensions=dir;
Quote=double
Dependencies=code;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment