/Bash-nav

Navigate through the filesystem easily all in the terminal

Primary LanguageShellMIT LicenseMIT

Bash-nav

Navigate through the filesystem easily all in the terminal

Commands

nt: open a new terminal in the current directory.
gt: list files in a tree view
Arguments: #1: specify tree level(default 1) #2: add arugments similar to ls(example: -a for hidden files) #3: directory name
gd: go to directory and list files
Arguments: #1: add arugments similar to ls(example: -a for hidden files) #2: directory name
gh: go to home directory
gb: go back one directory

install

Source the file navs.sh in your shell's .rc file. For zsh, change the header from bash to zsh