linuxmint / nemo

File browser for Cinnamon
GNU General Public License v2.0
1.21k stars 300 forks source link

How can I submit a potential search-helper for EPUB files? #2863

Open Jeremy7701 opened 2 years ago

Jeremy7701 commented 2 years ago
 * Nemo version (5.0.5)
 * Distribution - (LMDE4)

Issue I have a 2 line bash solution to searching EPUB files. It works well for me, so I'd like it to be considered for adding, in some form, to the list of search-helpers. How do I do this?

Steps to reproduce

Expected behaviour

Other information

mtwebster commented 2 years ago

Did you make a definition file yet? https://github.com/linuxmint/nemo/blob/master/search-helpers/README.md

If you can make it work as a single line, you can just put it on the exec line there, otherwise you have that exec line call your 2-line script.

I'd started looking at epub files but if you've got something that works you can add it in a PR if you'd like. Just add it to this folder: https://github.com/linuxmint/nemo/tree/master/search-helpers

Jeremy7701 commented 2 years ago

I've never used any GIT function before - but with luck you should have the two files available now.