I see that you are the author of FSearch that has been mentioned around..
it looks exceptionally well done, and by someone who actually knows whats going on... I am guessing it should be you who should keep up the good work.
you might want to add it to everything linux alternatives
Learned about fsearch only today.
Main differences as I see it is that it is written in C and by an actual programmer, while my little project is python and by someone who just barely learned something to make that shit work...
But at this moment with fast mode enabled(means no substrings), mine to me feels faster and bit more responsive during searches.
As the creator of it, I would say fsearch should get the front stage. Actually done by a programmer in C instead my python script... though it feels slower if you leave icons enabled, as I think its queering the files for mime type to get icons or some shit, instead of just guessing from filename.
also I made this some time ago, though those are mostly well known around linux programs.
Anytime I need to find a file fast, as in, I may not be in the right directory or drive, my go-to is FSearch.
https://github.com/cboxdoerfer/fsearch
It scans all your drives and indexes files and folders, so it starts spitting out results as soon as you start typing. Love it!
First, you can just add the PPA with the other distro name. If it's a ppa for a single package then there's very little risk. It will work or it won't. At least you won't be manually downloading the deb file. Second you could build it from git source: https://github.com/cboxdoerfer/fsearch/wiki/Build-instructions. I'm running disco and it gave me a few errors that I worked around:
And lastly you could do like someone else suggested and build from source the debian way. I followed this pattern cuz it was short. :-)
https://stackoverflow.com/questions/130894/how-to-build-a-debian-ubuntu-package-from-source . So my steps were:
> I run Everything (with the built-in web interface enabled) through Win
I've looked into this, but there are similar tools for linux
eg https://github.com/cboxdoerfer/fsearch
though I never got around using them
Hmm, I think it might be a bug with the program I'm using (fsearch). I was doing what you suggested with a file manager but it turns out pcmanfm correctly uses mpv as the default application for the mkv file, but when playing the file with fsearch, it uses Firefox. Very strange, I will submit a bug report to fsearch.