1.0.3 • Published 2 years ago

cmdlist v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

cmdlist

cmdlist is a simple interactive CLI tool that lets you execute your frequently used terminal commands.

Usage

  1. Create a .cmdlist file inside your project directory.
  2. 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.
  3. Run the cmdlist command from your project directory.
  4. Select the command you want to execute from the list.
  5. cmdlist will execute the selected command for you.

Screenshot

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.

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago