Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhsattarian/nemo-open-in-vscode
"Open in vscode" option for context menu in Cinnamon file manager, Nemo.
https://github.com/mhsattarian/nemo-open-in-vscode
cinnamon nemo nemo-action vscode
Last synced: 4 days ago
JSON representation
"Open in vscode" option for context menu in Cinnamon file manager, Nemo.
- Host: GitHub
- URL: https://github.com/mhsattarian/nemo-open-in-vscode
- Owner: mhsattarian
- Created: 2018-11-15T16:41:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T19:32:01.000Z (about 1 year ago)
- Last Synced: 2024-08-03T21:02:37.072Z (3 months ago)
- Topics: cinnamon, nemo, nemo-action, vscode
- Size: 175 KB
- Stars: 57
- Watchers: 1
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# `Open in vscode` option for Nemo
![Preview picture of context menu](test.png)
Nemo, the cinnamon DE (Desktop Environment) file manager, supports adding actions and scripts easily by adding a config file in `~/.local/share/nemo`.
So, for adding the `open in vscode` option, you just need to place the file `vscode.nemo_action` in the `actions` folder in the mentioned directory.
# Installation
```shell
wget https://raw.githubusercontent.com/mhsattarian/nemo-open-in-vscode/master/vscode.nemo_action -O ~/.local/share/nemo/actions/vscode.nemo_action
```Or, clone this repository and run:
```shell
cp nemo-open-in-vscode/vscode.nemo_action ~/.local/share/nemo/actions
```