English | 한국어
fav
is a shell script that helps you save and jump to your favorite directories and vim session directories.
fav
: Jumps to the selected path.fav add
,fav a
: Add the current path to your favorites list.fav rm
,fav r
: Removes the selected path from your favorites list.fav list
,fav l
: View your favorites list.fav clean
,fav c
: Removes paths that do not exist on the disk from the favorites list.
brew tap johngrib/homebrew-johngrib
brew install fav
And add this line to .bashrc
.
source $(which fav.sh)