f 0.1.1

A lightweight dual-pane file manager with GUI built using iced, inspired by Total Commander.
docs.rs failed to build f-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: f-0.1.0

f — File Manager (GUI)

f is a lightweight dual-pane file manager GUI built with Rust and iced, inspired by Total Commander.

Features ✨

  • Dual-pane directory browsing (left / right)
  • File filtering/search (input contains match)
  • Basic file operations: copy, delete, refresh
  • Planned: rename, move, preview, keyboard shortcuts

Installation

For development and testing:

cargo run --release

Binary releases and cargo install may be provided in the future.

Example

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.

For Contributors

Contributions welcome — open issues or PRs and use feature/* branches. Please follow rustfmt and clippy conventions.

License

This project is licensed under GPLv3 (see LICENSE).


Further documentation and roadmap will be published on crates.io and docs.rs.