dirnav

Crates.iodirnav
lib.rsdirnav
version0.1.6
created_at2025-09-13 15:05:09.881529+00
updated_at2025-09-24 13:48:49.602102+00
descriptionFast and simple directory navigation in your terminal.
homepage
repositoryhttps://github.com/corepanic64/dirnav
max_upload_size
id1837771
size36,501
tokhir (corepanic64)

documentation

README

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
Commit count: 22

cargo fmt