https://github.com/bajrangcoder/file_manager
A simple and minimalistic file manager written in rust using egui
https://github.com/bajrangcoder/file_manager
Last synced: about 1 year ago
JSON representation
A simple and minimalistic file manager written in rust using egui
- Host: GitHub
- URL: https://github.com/bajrangcoder/file_manager
- Owner: bajrangCoder
- Created: 2024-09-07T07:49:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T07:58:24.000Z (over 1 year ago)
- Last Synced: 2025-01-20T12:46:35.197Z (about 1 year ago)
- Language: Rust
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# file_manger
A simple and minimalistic file manager written in rust using egui.
> [!Note]
> This project is still in development and is only for learning purposes.
## Build
Make sure you have rust installed on your system. Then run the following command to build the project.
```bash
cargo run --release
```
## Demo
