A simple file manager written in Rust. The aim of zfile is to be dead simple but powerful because of the use of my own motions that helps navigating fastly through the file system.
opening files with nvimusing own motions to navigate (j, k, h, l), (J,K)fuzzy finder and normal searchpreview filebut not optimized yet (large files)rename, delete, copy, move- sort by name, size, date
- wont be done prob(git branch history)
- wont be done prob(picture preview)
Its not finished yet so you need to compile it yourself.
cargo build --release
./target/release/zfile
zfile is licensed under the MIT license.
its based on crossterm,ratatui and fuzzy-matcher