Skip to content

A simple way to save and recall commands with short aliases

License

Notifications You must be signed in to change notification settings

omar-ozgur/Command-Safe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Safe

A simple way to save and recall commands with short aliases

How does it work?

Command Safe is a great tool when you find yourself commonly typing the same long commands. Why not save those commands to a short and convenient alias that you can recall at any time!

After installing the command-line tool, simply use the command command-safe or csa along with various arguments and flags to achieve the desired effects.

Here are some examples:

  • Save a command to a new alias: csa "my-alias" "my-command"
  • Execute a saved command: csa "my-alias"
  • Show existing commands: csa -s
  • Show verbose output: csa -v
  • Delete a specific command: csa -d "my-alias"
  • Clear all commands: csa --clear

Installation

Install through pip with the command pip install command-safe

Python Version Support

Command Safe works for Python installations with versions >= 2.6.

About

A simple way to save and recall commands with short aliases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages