FileExplorer
FileExplorer copied to clipboard
Fast file explorer written with Tauri and React.
There is a way on Windows, and definitely also on Linux, to directly read the file system structure, which don't involve the operating systems file caching, search indices, etc. And...
Even macOS and Linux have difficulty searching for information through the Finder when the computer's SSD is almost completely full, just as on Windows. It would be useful to extend...
When hovering over a searched file it shows me the filename as tooltip again. It should show the complete path instead. Actually, it should show the entire path in some...
infinite loading 🔥 
 Favorites could be stored with [preferences crate](https://docs.rs/preferences/latest/preferences/) which does handling for multiple operating systems.
 Show the current directory path so it is easier to get back to the current task once you come back with fresh coffee. Make the drive and...
I have not looked into the code yet, but it seems to load all filenames from a directory and then shows them all, once every single one was found. I...
Fixes #26, resolves #41
Hey hope this is the right way to contribute since its my first contribution to a project The ui is a little bit better now, more pr to come :)
This pull request replaces the constants `DIRECTORY` and `FILE` inside `src-tauri/src/filesystem/mod.rs` with an enum called `FileType` as suggested here #60. This is makes the code more idiomatic and improves efficiency...