ForCommandsthat deserve to be forgotten

quickcmd is a blazingly fast CLI for creating, managing, and running your personal command library, right from the terminal.

npm install -g quickcmd
~ >qk ls
Available command titles:
- git
- docker
- npm
~ >qk run git
✔ Select a command to run ›
git status
git pull --rebase
git push origin main
> Executing 'git status'...
On branch main Your branch is up to date with 'origin/main'. nothing to commit, working tree clean