-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Remote terminal nemo action #2895
Conversation
"Open in remote terminal" option was missing in nemo context menu. Added the option by creating a new in-built action in /usr/share/nemo/actions which runs a python script to invoke ssh in terminal. More detailed benefits can be found in linuxmint#2824
068d1bd
to
8deffdd
Compare
@mtwebster A gentle query whether this might be useful. |
Hi, sorry I lost track of this. We're planning to add a new 'spices' category (like our current cinnamon applets, desklets, extensions) for Nemo Actions, so anyone can publish (and maintain) their own and make them available to other users - hopefully this will be done for the coming release. This action is probably something a lot of us would use, but I think it might be better off there than as part of the default set of nemo actions, as it's somewhat niche. |
That would be splendid - I have dozens to contribute. |
@mtwebster Any news on the |
Since nemo actions are so easy to write, this raises the question of security. For example, is there nothing to stop me including a Furthermore, if the nemo action requires an extra package loading, then this may need to be different for Mint21 and LMDE5. |
I guess the same can be said for all similar extension-like features provided by FOSS communities. And the community has almost always made sure that no malicious code is injected. |
It's been postponed twice and won't happen in 21.1 (5.6) but it's definitely something in our roadmap that we want to do in the near/mid future. |
@clefebvre Should I close it then or keep it for future reference? |
Yes, this is happening. Hopefully right now in time for 6.0.0. I'll close this in the meantime since it will be a spice and not a nemo PR. |
"Open in remote terminal" option was missing in nemo context menu.
Added the option by creating a new in-built action in
/usr/share/nemo/actions
which runs a python script to invoke ssh interminal. More detailed benefits can be found in #2824
@mtwebster Do you think it will be useful?
NB: I'll append
closes #2824
in final commit message and mark this as ready for review.