Skip to content

A CLI tool for creating aliases for long and repeated command(s).

Notifications You must be signed in to change notification settings

grv07/quick-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qa(quick-alias)

A CLI tool for creating aliases for long and repeated command(s).

All of the alias mapping will be store in toml file on user machine.

User can add/remove these aliasing via command.

Example:

qa -a "bb" "bazel build"
qa -a "db_path" "my/db/path/here/"
qa -a "merge_path" "merge/path/here/"

qa {bb} {db_path}/new/{merge_path}  == Will resolve to=> bazel build my/db/path/here/new/my/merge/path/here/

About

A CLI tool for creating aliases for long and repeated command(s).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages