1
0
Fork
You've already forked rrr
0
A nnn clone in Rust.
Rust 92.9%
Nix 7.1%
2024年12月13日 18:39:15 +01:00
src refactor: Make current_directory_contents a method 2024年12月13日 18:20:47 +01:00
.gitignore Initial commit 2024年10月18日 17:45:17 +02:00
Cargo.lock Add test dependencies 2024年12月13日 17:54:06 +01:00
Cargo.toml Add test dependencies 2024年12月13日 17:54:06 +01:00
README.md docs: Update todo list 2024年12月13日 18:39:15 +01:00
shell.nix Initial commit 2024年10月18日 17:45:17 +02:00

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)