Christian Boxdörfer
Christian Boxdörfer
It's possible, but I don't use GNOME so I'm personally not interested to implement it. If someones else wants to do it, reach out to me.
Yes, that's already on my todo list for the 0.3 release.
Hi, yes this issue is already known to me. I just haven't figured out how to deal with it properly. Currently it works just like in Everything: items appear multiple...
@aindriu80 the easiest solution is to simply remove one of the redundant included folders you have in the database configuration. You likely have both `/` and `/home/$user` included. So disabling/removing...
Hi, drang and drop support is already on the road map, you can have a look at it here: https://github.com/cboxdoerfer/fsearch/wiki/Roadmap
@wonder75: Just implemented initial support for drag and drop. Currently only one item can be dragged at a time and I have to figure out how to support whole selections...
@slrslr Like I said this feature is planned for the 0.4 release, which won't be released soon, since I only have limited time to work on FSearch and it's not...
> Hello, @cboxdoerfer. Where can we get this code? thanks. I only have it in a local branch. But unfortunately it's not really useful anymore, because it was relying on...
> the new version doesn't recognize the old databases located in (~/.config/fsearch/), is there a way to "import" the databases from the old version format to the new one? I...
That's actually what I've been working on recently -- build a libfsearch library with all the core functionality. The code of FSearch is already pretty much separated into two parts...