Skip to content

C-Caveman/nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

nav - A terminal-based file navigator/viewer.

Invoked with:
    /path/to/nav_script && cd "$(cat /tmp/nav_dir.txt)"

Installation:
    Add an alias for nav to your ~/.bash_aliases file:
        alias f='/path/to/this_script && cd "$(cat /tmp/nav_dir.txt)"'

Controls:
    <hjkl> or <arrow keys> to navigate through the file system.
    <q> to quit.
    </> to jump to a filename starting with the next pressed letter.

About

Terminal file navigator with vim-style controls. Less than 100 lines of shell script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages