Skip to content

Instantly share code, notes, and snippets.

@libertylocked
Created September 12, 2019 07:46
Show Gist options
  • Save libertylocked/c5af832a0533006049e5dca56505815b to your computer and use it in GitHub Desktop.
Save libertylocked/c5af832a0533006049e5dca56505815b to your computer and use it in GitHub Desktop.
Open folder in Code - OSS
[Nemo Action]
Name=Open folder in Code - OSS
Comment=Open current folder in Code - OSS
Icon-Name=vscode
Selection=any
Extensions=any
EscapeSpaces=true
Exec=/bin/sh -c "cd %P && code ."
Dependencies=code;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment