Skip to content

corepanic64/dirnav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fast and simple directory navigation in your terminal. Blazingly fast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages