Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.03 KB

File metadata and controls

38 lines (28 loc) · 1.03 KB

dir_nav

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!


Features

  • Fast terminal navigation with simple, intuitive keybindings:
    • j → move down
    • k → move up
    • f → enter directory
    • b → go back (up one directory)
    • z → open current folder in Zed editor
    • . → toggle dot files and dirs show
    • p → open images/pdf with native app
    • g → toggle files show
    • escape → exit program
  • Minimal and distraction-free interface
  • Powered by Rust for speed and safety

Installation

Prerequisites

  • Rust (latest stable recommended)
  • Cargo (comes with Rust)

Install with Cargo

cargo install dirnav

dirnav