-
Notifications
You must be signed in to change notification settings - Fork 0
Terminal file navigator with vim-style controls. Less than 100 lines of shell script.
License
C-Caveman/nav
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published