Quick Aliasing
A work in progress
shell
cargo install qali
q --help
Example: set gs
as git status
shell
q -s gs "git status"
Set p
as python
shell
q -s p python
Example: execute git status
shell
q gs
Execute python --version
(As of now, use --
when executing a command to stop flags meant for the program being parsed as flags for qali itself.)
shell
q -- p --version
Example execute ``