Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.1 KB

Open in VSCodium option for Nemo

Preview picture of context menu

Nemo, the Cinnamon file manager, supports adding actions and scripts easily by adding a config file in ~/.local/share/nemo.

So, for adding the Open in VSCodium option, you just need to place the file vscodium.nemo_action in the actions folder in the mentioned directory.

This repo has files for both VSCode and VSCodium. VSCodium is the FOSS binary for VSCode.

Installation

Open in VSCodium

sudo wget https://raw.githubusercontent.com/RobinBoers/nemo-open-in-vscodium/master/vscodium.nemo_action -O ~/.local/share/nemo/actions/vscodium.nemo_action

Or, clone this repository and run:

sudo cp nemo-open-in-vscodium/vscodium.nemo_action ~/.local/share/nemo/actions

Open in VSCode (Original)

sudo wget https://raw.githubusercontent.com/RobinBoers/nemo-open-in-vscodium/master/vscode.nemo_action -O ~/.local/share/nemo/actions/vscode.nemo_action

Or, clone this repository and run:

sudo cp nemo-open-in-vscodium/vscode.nemo_action ~/.local/share/nemo/actions