FileExplorer
FileExplorer copied to clipboard
Fast file explorer written with Tauri and React.
Add a slider to control the minimum score for the fuzzy matcher
First when I installed it the file explorer worked fine but this has happened a couple times whenever I reinstall it after 1-3 days whenever I try and open it...
intended behavior: bugged behavior: the problem usually fixes itself after clicking the back arrow and clicking in again i have no idea how the code works so no suggestions here...
it *would* be nice if you could pin certain folders to the "start screen" just under the drives it usually shows when opening app
A very useful feature that could be added is the abillity to see the file's size in folders and how much files it has on each folder.
add the button to copy the path of the file or the button to see the file in the file explorer
Mostly when searching for files
Using a [Trie](https://en.wikipedia.org/wiki/Trie) instead of a hash map would significantly reduce memory and probably not be slower. [radix_trie](https://github.com/michaelsproul/rust_radix_trie) implements such a Trie already, though seriailzation for storing the cache would...
Please consider allowing installation without the User Account Control popup requesting an administrator password (if this is possible). I'm not too familiar with the subject but possible solutions I've thought...