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