FileExplorer icon indicating copy to clipboard operation
FileExplorer copied to clipboard

Fast file explorer written with Tauri and React.

Results 46 FileExplorer issues
Sort by recently updated
recently updated
newest added

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 🔥 ![image](https://github.com/conaticus/FileExplorer/assets/82276088/eacd1b3d-2541-40d2-8aa9-8664e093ba34)

![Screenshot 2023-07-07 144235](https://github.com/conaticus/FileExplorer/assets/50076933/03337eb4-770f-40ca-9bea-19fe4ad96d20) Favorites could be stored with [preferences crate](https://docs.rs/preferences/latest/preferences/) which does handling for multiple operating systems.

![Screenshot 2023-07-07 143723](https://github.com/conaticus/FileExplorer/assets/50076933/399181bb-d40e-49f8-8b0f-76fdec823fe2) 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...

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...