Tipz

February 16, 2017 ยท View on GitHub

Tipz is a small ZSH plugin, which gives you helpful hints when you execute a command for which you have an alias defined.

Example

asciicast

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

  • alias-tips - A Python implementation of the same concept