Skip to content

.nemo_action files to add functions to the context-menu (right-click) in the Nemo File Manager (https://github.com/linuxmint/nemo)

Notifications You must be signed in to change notification settings

JollyDevelopment/nemo-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jolly Development Nemo_Actions

These are small nemo_actions. Used by the Nemo File Manager (https://github.com/linuxmint/nemo) to add items to the context menu.

Installation

From the Arch wiki...

Nemo allows the user to add new entries to the context menu. The file /usr/share/nemo/actions/sample.nemo_action contains an example of a Nemo action. Directories to place custom action files:

  • /usr/share/nemo/actions/ for system-wide actions
  • $HOME/.local/share/nemo/actions/ for user actions

To install these .nemo_actions:

 cd <your-desired-directory>
 git clone https://github.com/JollyDevelopment/nemo-actions.git
 cd $HOME/.local/share/nemo/actions/
 ln -s /Path/To/ClonedRepo/<filename>.nemo_action <filename>.nemo_action
 ln -s /Path/To/ClonedRepo/<filename>.sh <filename>.sh

Repeat for each action/sh pair. Some .nemo_actions do not have/need the .sh file, so just the .nemo_action symlink will work.

About

.nemo_action files to add functions to the context-menu (right-click) in the Nemo File Manager (https://github.com/linuxmint/nemo)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages