User Tools

Site Tools


config:nemo-performance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config:nemo-performance [2024/11/12 10:46] Wuffconfig:nemo-performance [2025/09/17 21:22] (current) Wuff
Line 35: Line 35:
  
 Global action scripts need to be placed in ''/usr/share/nemo/actions'' and user actions can be placed in ''~/.local/share/nemo/actions/''. File extension has to be ''.nemo_action''. Global action scripts need to be placed in ''/usr/share/nemo/actions'' and user actions can be placed in ''~/.local/share/nemo/actions/''. File extension has to be ''.nemo_action''.
 +
 +<code>cd ~/.local/share/nemo/actions/</code>
  
 A full description of the syntax is available in the sample file ''/usr/share/nemo/actions/sample.nemo_action'' A full description of the syntax is available in the sample file ''/usr/share/nemo/actions/sample.nemo_action''
  
-More examples can be found at https://wiki.archlinux.org/index.php/Nemo+More examples with full options and conditions can be found at https://wiki.archlinux.org/index.php/Nemo
 The sample file is also here:\\ The sample file is also here:\\
 https://github.com/linuxmint/nemo/blob/master/files/usr/share/nemo/actions/sample.nemo_action https://github.com/linuxmint/nemo/blob/master/files/usr/share/nemo/actions/sample.nemo_action
Line 369: Line 371:
  
 ==== Action Submenus ==== ==== Action Submenus ====
 +
 +{{:config:pasted:20241112-105830.png}}\\ 
 +
 +GUI change through Nemo -> Edit -> Preferences -> Plugins -> Edit Layout:\\ 
 +{{:config:pasted:20241112-105501.png}}
 +
 +
  
 Example of submenu for action scripts: Example of submenu for action scripts:
Line 418: Line 427:
       ]       ]
     },     },
 +</code>
 +
 +==== Python Extensions ====
 +
 +Open TortoiseHG here context menu:
 +<code>
 +sudo apt-get install nemo-python 
 +mkdir -p ~/.local/share/nemo-python/extensions 
 +wget https://raw.githubusercontent.com/giuspen/nautilus-pyextensions/refs/heads/cinnamon-nemo/default-pyextensions/tortoisehg-here.py
 +mv tortoisehg-here.py ~/.local/share/nemo-python/extensions 
 </code> </code>
  
  
config/nemo-performance.1731408411.txt.gz · Last modified: by Wuff