Skip to content

"Open in VSCodium" option for context menu in the Cinnamon file manager, Nemo.

Notifications You must be signed in to change notification settings

RobinBoers/nemo-open-in-vscodium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

"Open in VSCodium" option for context menu in the Cinnamon file manager, Nemo.

Topics

Resources

Stars

Watchers

Forks