dir_nav is a terminal-based navigation tool written in Rust.
It lets you explore your filesystem using vim-like keybindings and quickly open the Zed editor from the current folder.
Project status: This project is still experimental and not yet stable. Contributions, feedback, and bug reports are highly encouraged!
- Fast terminal navigation with simple, intuitive keybindings:
j→ move downk→ move upf→ enter directoryb→ go back (up one directory)z→ open current folder in Zed editor.→ toggle dot files and dirs showp→ open images/pdf with native appg→ toggle files showescape→ exit program
- Minimal and distraction-free interface
- Powered by Rust for speed and safety
- Rust (latest stable recommended)
- Cargo (comes with Rust)
cargo install dirnav
dirnav