f is a lightweight dual-pane file manager GUI built with Rust and iced, inspired by Total Commander.
- Dual-pane directory browsing (left / right)
- File filtering/search (input contains match)
- Basic file operations: copy, delete, refresh
- Planned: rename, move, preview, keyboard shortcuts
For development and testing:
cargo run --releaseBinary releases and cargo install may be provided in the future.
Run the program to open a window with two panels representing directories. Click items to select them and use the buttons below to copy, delete or refresh.
Contributions welcome — open issues or PRs and use feature/* branches. Please follow rustfmt and clippy conventions.
This project is licensed under GPLv3 (see LICENSE).
Further documentation and roadmap will be published on crates.io and docs.rs.