Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
568 stars 59 forks source link

Port the project to other file managers #154

Closed cfgnunes closed 5 months ago

cfgnunes commented 6 months ago

Hi! Thanks for the project!

I have a similar project in: https://github.com/cfgnunes/nautilus-scripts

I'm considering migrating it to Python, but before I proceed, I'm curious if there's a possibility of adapting your project to other file managers. Could you please provide some insights or suggestions on this matter?

lvxnull commented 6 months ago

It wouldn't be hard to port this project to other nautilus forks such as nemo, just import it as FileManager if get_required_version("<file manager name>") isn't None. For other file managers, you would have to rewrite the code that creates the context menu entry for launching the terminal.

Stunkymonkey commented 5 months ago

@cfgnunes I guess your question is answered (you gave a thumbs up). Otherwise please report back.