All Projects → molovo → tipz

molovo / tipz

Licence: MIT License
Gives you helpful hints when you execute a command for which you have an alias defined

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to tipz

zsh-poetry
🐚 Simple ZSH plugin for automatically activating and deactivating Poetry-created virtualenvs. 🐍
Stars: ✭ 43 (+79.17%)
Mutual labels:  zsh, zsh-plugin, zsh-plugins
aterminal
🎉 An oh-my-zsh plugin for show platform versions
Stars: ✭ 31 (+29.17%)
Mutual labels:  zsh, zsh-plugin, zsh-plugins
Zsh Nvm
Zsh plugin for installing, updating and loading nvm
Stars: ✭ 1,670 (+6858.33%)
Mutual labels:  zsh, zsh-plugin, zsh-plugins
git
Provides nice git aliases and functions.
Stars: ✭ 26 (+8.33%)
Mutual labels:  zsh-plugin, zsh-plugins
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+654.17%)
Mutual labels:  zsh, zsh-plugin
dotfiles
⚫️ ~ is where the ♥ is - my dotfiles.
Stars: ✭ 94 (+291.67%)
Mutual labels:  zsh-plugin, zsh-plugins
Autoenv
Autoenv for zsh
Stars: ✭ 131 (+445.83%)
Mutual labels:  zsh, zsh-plugin
nvm-auto-use.zsh
ZSH plugin to call `nvm use` automatically whenever you enter a directory that contains an `.nvmrc` file with a string telling nvm which node to use
Stars: ✭ 16 (-33.33%)
Mutual labels:  zsh, zsh-plugins
crash
Proper error handling, exceptions and try/catch for ZSH
Stars: ✭ 51 (+112.5%)
Mutual labels:  zsh-plugin, zsh-plugins
git-prompt.zsh
A fast, customizable, pure-shell, asynchronous Git prompt for Zsh
Stars: ✭ 139 (+479.17%)
Mutual labels:  zsh, zsh-plugin
nama
Namespaced Aliases: organize and easily find aliases using autocomplete & namespacing
Stars: ✭ 26 (+8.33%)
Mutual labels:  aliases, alias
Z.lua
⚡ A new cd command that helps you navigate faster by learning your habits.
Stars: ✭ 2,164 (+8916.67%)
Mutual labels:  zsh, zsh-plugin
Quiver
Quiver is the tool to manage all of your tools for bug bounty hunting and penetration testing.
Stars: ✭ 140 (+483.33%)
Mutual labels:  zsh, zsh-plugin
tumult.plugin.zsh
Tumult is a collection of macOS-specific functions and scripts for your shell environment. It is packaged as a ZSH plugin, but can be used with other shells as well.
Stars: ✭ 147 (+512.5%)
Mutual labels:  zsh-plugin, zsh-plugins
History Sync
An oh-my-zsh plugin for GPG encrypted internet synchronised Zsh history, with Git.
Stars: ✭ 135 (+462.5%)
Mutual labels:  zsh, zsh-plugin
ripz
💡 ripgrep-powered zsh plugin alias reminder
Stars: ✭ 23 (-4.17%)
Mutual labels:  aliases, zsh-plugin
gitignore.plugin.zsh
ZSH plugin for creating .gitignore files.
Stars: ✭ 44 (+83.33%)
Mutual labels:  zsh, zsh-plugin
zsh-titles
Terminal/tmux titles based on current location and task
Stars: ✭ 46 (+91.67%)
Mutual labels:  zsh, zsh-plugin
Zsh Abbr
The zsh manager for auto-expanding abbreviations, inspired by fish shell.
Stars: ✭ 109 (+354.17%)
Mutual labels:  zsh, zsh-plugin
Zpm
ZPM — Zsh Plugin Manager
Stars: ✭ 112 (+366.67%)
Mutual labels:  zsh, zsh-plugin

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

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 [email protected] (molovo.co)

Tipz is licensed under The MIT License (MIT)

Team

Related

  • alias-tips - A Python implementation of the same concept
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].