cmdbox is a simple CLI tool for storing, managing, and quickly running frequently used commands.
showcase
# Using npm
npm install -g cmdbox
# Using pnpm
pnpm add -g cmdboxCommands:
cmdbox add Add a new command to the store
cmdbox list List all stored commands
cmdbox purge Remove all stored commands
cmdbox run [name] Run a stored command
cmdbox remove [name] Remove a stored command
Options:
-h, --help Show help [boolean]
-v, --version Show version number [boolean]$ cmdbox add
✔ Name? › sayhi
✔ Description? › prints "hello, world!"
✔ Command? › echo "hello, world!"
Command has been addedcmdbox listcmdbox run my-commandcmdbox remove my-commandcmdbox purgeThis project is licensed under the MIT License
