cdfavorite
v0.1.5
Published
Change Directory Favorites: an interactive CLI for jumping to saved directories.
Downloads
409
Maintainers
Readme
cdfavorite
Change Directory Favorites (cdf) is an interactive CLI for jumping to saved directories.
Install
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
Development, build, profiling, and publishing notes are in DEVELOPMENT.md.
