Quickly jump into project directories using fzf.
Source fcd.sh in your shell rc file:
# .zshrc / .bashrc
source /path/to/ai-cli-tools/packages/fcd/fcd.shOr if you ran install.sh:
source ~/.local/share/fcd/fcd.shfcd # browse all directories
fcd react # pre-filter with "react"Create ~/.fcdrc with one directory per line. The first entry gets priority (listed first in fzf). Lines starting with # are comments.
~/dev
~/projects
~/work
If ~/.fcdrc doesn't exist, defaults to ~/dev.