Skip to content

janpmz/ali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Instant alias creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages