Tipz is a small ZSH plugin, which gives you helpful hints when you execute a command for which you have an alias defined.
zulu install tipz
git clone https://github.com/molovo/tipz tipz && cd tipz
echo "source $(pwd)/tipz.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
You can customize the prefix text if you'd like, by setting TIPZ_TEXT
TIPZ_TEXT='💡 '
Copyright (c) 2016,2017 James Dinsdale hi@molovo.co (molovo.co)
Tipz is licensed under The MIT License (MIT)
- alias-tips - A Python implementation of the same concept