f

Crates.iof
lib.rsf
version0.1.2
created_at2026-01-15 13:49:05.304423+00
updated_at2026-01-17 01:32:47.299521+00
descriptionA lightweight dual-pane file manager with GUI built using iced, inspired by Total Commander.
homepagehttps://github.com/hkwk/f
repositoryhttps://github.com/hkwk/f
max_upload_size
id2045597
size226,485
Kunlun Huang (hkwk)

documentation

https://docs.rs/f

README

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.

Commit count: 17

cargo fmt