It's a text search tool for various local file types.
This app is able to find a text inside files stored locally on a device and present the results in a quite useful form.
As a search phrase, a regular expression can be used.
NOTE:
Since ver.0.4.0 this app is compiled for SailfishOS 2.1 and newer. It will not run on previous system versions.
Source code, more complete list of features and previous versions are available here:
https://github.com/sargo-devel/harbour-searchnemo
Release notes: here
Comments
szopin
Thu, 2020/01/02 - 19:09
Permalink
Amazing app! Thanks so much, the only thing that could be an improvement would be a native viewer, as often the text that is interesting is beyond the small excerpts around the search term (like looking how x is implemented, the function or implementation is most often much deeper down and doesn't include the searchword, so you have to launch external viewer/editor, if you want to have a look through whole usr/share/harbour-* to compare how different apps go about it that's a lot of going back and forth)
sargodevel
Tue, 2020/01/07 - 23:01
Permalink
Yes, it would be very convenient to have such an internal viewer. I have already tried to write it, but I had some difficulties and I abandoned it (I don't remember what it was). Maybe I will try to do it in the next release.
Marold
Sat, 2019/04/06 - 18:16
Permalink
Thanks for Your awesome work, could You add searching in SMS's ? That would be great feature.
sargodevel
Tue, 2020/01/07 - 23:08
Permalink
It is already possible, although not very elegant. You can enable SQLITE section and add this directory to the white list: /home/nemo/.local/share/commhistory
bertjefred
Sat, 2018/12/15 - 13:03
Permalink
Great, thank you very much! Works as expexted
bertjefred
Thu, 2018/10/18 - 12:28
Permalink
Hi, I am looking for a way to open a directory that is listed in the search results. If I click it it says: This tyoe of file cannot be opened. Is there a way to link the directory result to an application to open it? Or should this be a feature request to you. I have the file browser i.stalled from the jolla store, but that does not open. Thanks!
sargodevel
Thu, 2018/12/13 - 23:28
Permalink
There is a new version 0.6.0. I added there function "Open with File manager" for directories and additionally share function for files. You are welcome to check it out!
sargodevel
Wed, 2018/11/14 - 00:16
Permalink
Hi, as far as I know, it is not possible to use File Browser with parameter (e.g. if you run "harbour-file-browser /usr/" it will always open /home/nemo directory). It is possible to use build-in file manager from Settings/Storage, but I have to learn how to use it. At present, SearchNemo never tries to open a directory with xdg-mime, it is valid for files only. In any case, SearchNemo has to be modified for opening directories. I will try to make some experiments soon.
sdiconov
Sun, 2018/05/06 - 18:42
Permalink
I made a complete Russian translation but cannot upload it to transifex because it requires some permission to enter the team and edit the hosted translations.
sargodevel
Tue, 2018/05/08 - 20:14
Permalink
Great! I have accepted your access request to both languages: "Russian" and "Russian (Russia)".
You can choose whichever you like and upload your translation.
objectifnul
Sat, 2017/12/02 - 23:47
Permalink
Excellent! Wishlist: include text/plain files without an explicit .txt extension.
sargodevel
Tue, 2018/01/30 - 00:35
Permalink
Done. New version (0.5.0) is available for download. It contains new option in settings: automatic filetype recognition. Test it and enjoy :)
sargodevel
Mon, 2017/12/04 - 15:20
Permalink
I've been thinking about this option for a long time, but i didn't have enough motivation to make it. If there are at least two persons who want it, I will certainly try to deal with this topic in the near future.
rolfa
Wed, 2018/01/17 - 18:42
Permalink
That would be a nice feature.
To identify text files, you could use the "file" command. Examples:
sargodevel
Wed, 2017/09/13 - 09:48
Permalink
Thank you. I have nothing against it :)