A
nnn clone in Rust.
| src |
refactor: Make current_directory_contents a method
|
|
| .gitignore | Initial commit | |
| Cargo.lock | Add test dependencies | |
| Cargo.toml | Add test dependencies | |
| README.md | docs: Update todo list | |
| shell.nix | Initial commit | |
rrr
A port of nnn, the TUI file-manager, to Rust.
This is a personal project for my own use and education.
TODO:
- Some kind of test suite
- Fix crash upon starting in an empty directory
- Scroll view when there are many files
/search- Open files with
$EDITOR - Sync view when filesystem is modified (e.g. a file is deleted)