๐ Dead simple File Manager with Local Views Count Feature!
- Tracks how many times you open a file.
๐ฝ In-case u have hundreds of local videos to watch :)
- Thumbnail/preview for image/video files.
- Use custom RUST functions on file-system related features for better performance.
- Better thumbnail/preview generation.
- Search files/folders.
- Sort files/folders by views.
๐ฝ No-guess in finding ur favorite videos ever :)
- Showing Home, Downloads, Videos & Removable Disks on starting page instead of Root.
- Refresh button for thumbnail/preview.
- Basic file operations: Copy, Move, Delete, and Rename.
- Thumbnail/preview for files other than images/videos.
๐ฝ Who's using this to open documents anyway? Go watch some videos! :|
- Re-design the UI
- Change the Icon
- ๐ Support for Apple ecosystem
Let's support ๐ฝ instead!
Build on ur own. Sorry :)
- Tauri: RUST based cross-platform framework
- RsBuild: RUST based bundler
- Biome: RUST based formatter & linter
- Tanstack Router
- Tanstack Query to handle async invoking to RUST functions
- Mantine UI
- React Window to render large grids of files/folders
- Specta to generate typesafety bindings
- Static FFMPEG to generate images/videos thumbnail
FFMPEG Thumbnailer produces better thumbnail/preview, but I don't know how to build it LOL.
pnpm install
pnpm tauri dev
Don't run
pnpm dev
directly!