Quickly switch between directories in git versioned project.
sh
:
eval $(sh /full/path/to/activate.sh)
bash
,zsh
:
. /full/path/to/activate.sh
tcsh
:
source /full/path/to/activate.csh /full/path/to/activate.csh
fish
:
. /full/path/to/activate.fish
Once activated, press Ctrl-G
to show directories in fuzzy finder (fzy
by default).
Environment variables:
CG_FF
: Specifies fuzzy finder to be used.fzy
by default.
git
awk
fzy
or any other fuzzy finder