Christian Boxdörfer

Results 243 comments of Christian Boxdörfer

@mutageneral `xdg-mime` is a script which uses the KDE utilities to query the default applications behind the scenes, if you're using KDE (which I suppose you do). However the way...

@ComplexPlane I'm currently adding this feature. Everything seems to first select the first result when you hit enter, and only opens the result upon the second key press. Is this...

Done. For now I decided to only select the first result and focus the result list when pressing enter.

@skjerns, yes the run history with better auto-selection is already on my [TODO list](https://github.com/cboxdoerfer/fsearch/blob/master/TODO.md). Though I'm not sure if it'll be part of the next 0.3 release, because this release...

@dlong500 yes, I experimented a bit with it. It's incredibly powerful and flexible, but it's also more complex to implement and at least in my demo had a performance overhead...

Here's a short update for the progress of adding monitoring support: This might not sound or look like much, but it was quite some work to get here. So here's...

I'm currently adding the file move/rename handling and ran into the following question: What's supposed to happen with the selection when a file gets renamed? Should the file (with the...

Thanks, I'll keep the selection then for now. If this turns out to be controversial I can still add a config options for it.

So it turned out that remembering file selection for moved/renamed files is a bit more difficult than anticipated and I've put it on hold for the moment. The problem is...

Sorry it so long to respond. Reading colormap from file sounds like a useful feature, I'll add it to my todo. :) But I guess it'll take some time til...