qali 0.1.1

QALI: Quick ALIasing in the terminal
Documentation

QALI

Quick Aliasing

A work in progress

Installation

cargo install qali

Usage

q --help

Examples:

Set an alias

Example: set gs as git status

q gs "git status"

Execute an command

Example: execute gs

q gs