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 [2023/05/29 11:55] – external edit 127.0.0.1 | config:nemo-performance [2025/09/17 21:22] (current) – Wuff | ||
|---|---|---|---|
| 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 ''/ | ||
| - | More examples can be found at https:// | + | More examples |
| The sample file is also here:\\ | The sample file is also here:\\ | ||
| https:// | https:// | ||
| Line 57: | Line 59: | ||
| Dependencies=gprename; | Dependencies=gprename; | ||
| </ | </ | ||
| + | |||
| + | === Image convert / rotate ==== | ||
| + | |||
| + | < | ||
| + | sudo apt-get install nemo-image-converter | ||
| + | </ | ||
| + | Then restart nemo to activate the plugin. Right-click context menu entries for images will be available. | ||
| === MP3 Tagging example scripts === | === MP3 Tagging example scripts === | ||
| Line 107: | 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 202: | Line 225: | ||
| Name=_Attach to email | Name=_Attach to email | ||
| Comment=Attach %F to email in Thunderbird | Comment=Attach %F to email in Thunderbird | ||
| - | Exec=thunderbird -compose to=,"attachment='%F'" | + | Exec=thunderbird -compose to=, |
| Icon-Name=mail-attachment-symbolic | Icon-Name=mail-attachment-symbolic | ||
| Selection=notnone | Selection=notnone | ||
| Line 346: | 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 - ~/ | ||
| + | , | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | ] | ||
| + | }, | ||
| + | </ | ||
| + | |||
| + | ==== Python Extensions ==== | ||
| + | |||
| + | Open TortoiseHG here context menu: | ||
| + | < | ||
| + | sudo apt-get install nemo-python | ||
| + | mkdir -p ~/ | ||
| + | wget https:// | ||
| + | mv tortoisehg-here.py ~/ | ||
| + | </ | ||
| + | |||
| + | |||
config/nemo-performance.1685357732.txt.gz · Last modified: by 127.0.0.1