https://github.com/molovo/tipz
Gives you helpful hints when you execute a command for which you have an alias defined
https://github.com/molovo/tipz
alias aliases zsh zsh-plugin zsh-plugins
Last synced: 30 days ago
JSON representation
Gives you helpful hints when you execute a command for which you have an alias defined
- Host: GitHub
- URL: https://github.com/molovo/tipz
- Owner: molovo
- License: mit
- Created: 2016-10-11T18:26:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T12:18:32.000Z (over 7 years ago)
- Last Synced: 2024-06-22T05:03:46.215Z (over 1 year ago)
- Topics: alias, aliases, zsh, zsh-plugin, zsh-plugins
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - tipz - Displays your alias if you have an alias for the command you just ran, similarly to [alias-tips](https://github.com/djui/alias-tips). (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - tipz - Displays your alias if you have an alias for the command you just ran, similarly to <b><code> 804⭐</code></b> <b><code> 51🍴</code></b> [alias-tips](https://github.com/djui/alias-tips)). (Plugins / ZSH on Windows)
- awesome-zsh-plugins - tipz - Displays your alias if you have an alias for the command you just ran, similarly to [alias-tips](https://github.com/djui/alias-tips). (Plugins / Zinit (née zplugin))
README
# 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
[](https://asciinema.org/a/4xlg93jg6dw9z20wn4supy4ru)
## Installation
### [Zulu](https://github.com/zulu-zsh/zulu)
```sh
zulu install tipz
```
### Manual
```sh
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`
```sh
TIPZ_TEXT='💡 '
```
## License
Copyright (c) 2016,2017 James Dinsdale (molovo.co)
Tipz is licensed under The MIT License (MIT)
## Team
* [James Dinsdale](http://molovo.co)
## Related
* **[alias-tips](https://github.com/djui/alias-tips)** - A Python implementation of the same concept