Skip to content

commando is a productivity tool for your terminal commands.

Notifications You must be signed in to change notification settings

mrgenco/commando

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

commando helps you create shorter versions of your long, boring terminal commands.
It is a productivity tool for developers and sys. admins.

Install the required dependencies

$ npm install

Install the script globally

$ npm install -g .

Create a new short command

$ commando create
Enter your full command : yourlongcommand (Ex : flutter emulators --launch my-emulator)
Enter your short command : yourshortcommand (Ex : runemu)

Execute your short command

$ commando yourshortcommand

Get a spesific short command

$ commando get yourshortcommand

List all commands

$ commando all

About

commando is a productivity tool for your terminal commands.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published