Tiny bash script that helps with learning aliases available in your shell. You probably use only a few on a daily basis, but there are many of them!
The script shows a list of aliases containing the command you've just typed.
$ ls
bar.jpg baz.zip foo.txt
5 aliases found for ls
* l='ls -CF'
* la='ls -A'
* ll='ls -alhF'
* ls='ls -G'
* lsa='ls -lah'
$ git status
?? qux.html
2 aliases found for git status
* gsb='git status -sb'
* gst='git status -s'