Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 15 hours 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T07:58:24.000Z (2 months ago)
- Last Synced: 2024-09-07T08:58:12.857Z (2 months ago)
- Language: Rust
- Size: 55.7 KB
- Stars: 0
- 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
![Demo](/images/demo/demo1.png)