Skip to content

devadutta/cadre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cadre

Cadre combines the learning ability of frecency tools with permanent user-defined shortcuts.

Install

bun install
bun link

Initialize zsh integration

Add to your .zshrc:

eval "$(cadre init zsh)"

Usage

cadre set h /home/devadutta
c h

cd /home/upstream
c upstram

Commands

  • cadre c [query...]
  • cadre set <key> <path>
  • cadre remove <key>
  • cadre list
  • cadre clean
  • cadre learn [--shell zsh|bash] [--file <path>]
  • cadre init zsh
  • cadre completion zsh

Notes

  • Database location: ~/.cadre.db
  • Shortcut keys have priority over learned fuzzy matches.
  • NO_COLOR=1 disables colorized output.

About

Cadre project repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors