Cadre combines the learning ability of frecency tools with permanent user-defined shortcuts.
bun install
bun linkAdd to your .zshrc:
eval "$(cadre init zsh)"cadre set h /home/devadutta
c h
cd /home/upstream
c upstramcadre c [query...]cadre set <key> <path>cadre remove <key>cadre listcadre cleancadre learn [--shell zsh|bash] [--file <path>]cadre init zshcadre completion zsh
- Database location:
~/.cadre.db - Shortcut keys have priority over learned fuzzy matches.
NO_COLOR=1disables colorized output.