@fiete/drift
v1.0.6
Published
A TUI command vault for your shell
Downloads
77
Readme
drift
A TUI command vault for your shell. Save, search, and execute commands you use often but can never quite remember.
Install
npm install -g @fiete/driftUsage
drift # open the TUI browser
drift add # add a new command interactively
drift add "git log --oneline -20" # pre-fill the commandCommands
Each saved command has:
- Description — what it does
- Command — the shell command
- Directory (optional) — when set, executing or copying prepends
cd <dir> && - Tags — for organisation and search
Data
Commands are stored at ~/.config/drift/commands.json.
