Change Directory Favorites (cdf) is an interactive CLI for jumping to saved directories.
npm i -g cdfavorite
# or
bun i -g cdfavorite
cdf-setupThe published CLI runs on Node.js 22+. cdf-setup installs a shell wrapper named cdf for Bash, Zsh, Nushell, or PowerShell. After setup, restart your terminal or reload your shell configuration.
Then run:
cdfThe extra setup step is required because standalone child processes cannot change the current directory of your existing shell.
Development, build, profiling, and publishing notes are in DEVELOPMENT.md.