Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 878 Bytes

README.md

File metadata and controls

83 lines (61 loc) · 878 Bytes

Ali

Instant ALIAS creation in Ubuntu.

ali <alias_name> <command>

Examples:

ali gp git push
gp
ali run npm start
run
# use quotes for pipes (or use alilast instead)
ali hist "history | grep"
hist <searchterm>

Installation

git clone https://github.com/janpmz/ali.git
cd ali
chmod +x install.sh
sh install.sh

Commands

List aliases

alilist

Delete alias by name

alidelete <name>

Edit aliases

aliedit

Find an alias

alifind <word>

Turn last command to alias (works with pipes, quotes not required)

alilast

Show history, choose entry, create alias

alihist

Show the most frequent, non-trivial commands of the history

alianalyze

Backup

Your original .bashrc is backed up during installation to

~/.bashrc.backup_<timestamp>