Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T12:18:32.000Z (over 6 years ago)
- Last Synced: 2024-06-22T05:03:46.215Z (5 months 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
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
[![asciicast](https://asciinema.org/a/4xlg93jg6dw9z20wn4supy4ru.png)](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