config:nemo-performance
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
config:nemo-performance [2024/06/11 17:03] – Wulf Rajek | config:nemo-performance [2024/11/12 10:59] (current) – Wulf Rajek | ||
---|---|---|---|
Line 35: | Line 35: | ||
Global action scripts need to be placed in ''/ | Global action scripts need to be placed in ''/ | ||
+ | |||
+ | < | ||
A full description of the syntax is available in the sample file ''/ | A full description of the syntax is available in the sample file ''/ | ||
Line 114: | Line 116: | ||
< | < | ||
chmod 755 .local/ | chmod 755 .local/ | ||
+ | </ | ||
+ | |||
+ | === Copy Full Path to clipboard === | ||
+ | |||
+ | <code - ~/ | ||
+ | [Nemo Action] | ||
+ | Name=Copy Full Filepath | ||
+ | Comment=Full Path: %F | ||
+ | Exec=sh -c " | ||
+ | Icon-Name=gtk-copy | ||
+ | Selection=notnone | ||
+ | Extensions=dir; | ||
+ | Separator=, | ||
+ | Dependencies=readlink; | ||
</ | </ | ||
Line 353: | Line 369: | ||
Various Nautilus scripts can be found here: | Various Nautilus scripts can be found here: | ||
https:// | https:// | ||
+ | |||
+ | ==== Action Submenus ==== | ||
+ | |||
+ | {{: | ||
+ | |||
+ | GUI change through Nemo -> Edit -> Preferences -> Plugins -> Edit Layout: | ||
+ | {{: | ||
+ | |||
+ | |||
+ | |||
+ | Example of submenu for action scripts: | ||
+ | |||
+ | <code - ~/ | ||
+ | , | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | ] | ||
+ | }, | ||
+ | </ | ||
+ | |||
+ |
config/nemo-performance.1718121798.txt.gz · Last modified: 2024/06/11 17:03 by Wulf Rajek