Open Catty82 opened 6 years ago
As mentioned in point 3. perhaps there could be another program that could preview the files and fsearch would just orchestrate it by sending file paths... but it's definitely more complex than that (it would be really helpful though, even at least for text files).
Thanks, that sounds like a great idea.
In theory I agree and I too would like to have something like that. However there are multiple potential issues with that feature:
File previews can easily cause security issues, since you have to parse all sorts of really complex data to generate the previews
Since preview handlers are quite complex -- more complex than anything else in FSearch -- they should be a separate project
If the preview code isn't part of FSearch itself we need some sort of preview plugin API or a similar mechanism which allows the preview handlers to share data with FSearch
So this is really a lot of work if done right and I don't see myself doing that in the foreseeable future.