cmdlist
v1.0.3
Published
A simple interactive CLI tool that lets you execute your frequently used terminal commands.
Downloads
3
Maintainers
Readme
cmdlist
cmdlist is a simple interactive CLI tool that lets you execute your frequently used terminal commands.
Usage
- Create a
.cmdlist
file inside your project directory. - List all your commands in the following format:
alias::command
alias
is the shortcut name for your command.command
is the actual command that you want to execute.
- Run the
cmdlist
command from your project directory. - Select the command you want to execute from the list.
- cmdlist will execute the selected command for you.
Installation
To use cmdlist, you need to install it globally:
npm install -g cmdlist
License
This project is licensed under the MIT License - see the LICENSE.md file for details.