Nemo Actions

About writing shell scripts and making the most of your shell
Forum rules
Topics in this forum are automatically closed 6 months after creation.
duracell80
Level 3
Level 3
Posts: 111
Joined: Fri Sep 23, 2022 5:51 pm

Re: Nemo Actions

Post by duracell80 »

Useful shortcut on the desktop menu, for getting to the hide/show icons on desktop quicker.

Code: Select all

cinnamon-settings desktop
Add this to a file ~/.local/share/nemo/actions/cin-desktop-settings.nemo_action

Code: Select all

[Nemo Action]
# Opens the Desktop Settings to Change Icon visibility etc
Name=Desktop Settings
Comment=Make Changes to Desktop Settings
Exec=cinnamon-settings desktop
Icon-Name=video-joined-displays-symbolic
Selection=none
Extensions=any;
Conditions=desktop;
User avatar
Koentje
Level 7
Level 7
Posts: 1581
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: Nemo Actions

Post by Koentje »

I made a nemo action and bash script that lets you quickly share a file over a small http-server.
Rightclick on a file, choose copy to http server pops up a small yad window that lets you choose a subfolder of the servers root were the file needs to be copied to. You can also see if the server is on/offline and start/stop the server.
After the copy action you get presented with the complete url to the file and if you click copy URL it copies to the clipboard. For further info see the readme.txt
Depends on yad and webfs

Let me know if there are any problems or if you want to see extra optons in it, i'll see what i can do.

https://www.cobrasoft.nl/download/bash/ ... 1.2.tar.gz
Image
User avatar
Penguin
Level 1
Level 1
Posts: 29
Joined: Thu Mar 14, 2024 6:26 am

Re: Nemo Actions

Post by Penguin »

How does one add a keyboard shortcut to a Nemo Action?

For example, I created a Nemo Action to compare files, and I want to assign it to the keyboard shortcut `Alt+C`.
Post Reply

Return to “Scripts & Bash”