All Projects → sei40kr → zsh-fast-alias-tips

sei40kr / zsh-fast-alias-tips

Licence: MIT license
Help remembering the aliases you defined once

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to zsh-fast-alias-tips

Fzf Tab
Replace zsh's default completion selection menu with fzf!
Stars: ✭ 761 (+1212.07%)
Mutual labels:  zsh-plugin
Zsh Nvm
Zsh plugin for installing, updating and loading nvm
Stars: ✭ 1,670 (+2779.31%)
Mutual labels:  zsh-plugin
Quiver
Quiver is the tool to manage all of your tools for bug bounty hunting and penetration testing.
Stars: ✭ 140 (+141.38%)
Mutual labels:  zsh-plugin
Kube Aliases
Kubernetes Aliases and Bash Functions
Stars: ✭ 40 (-31.03%)
Mutual labels:  zsh-plugin
Zui
⬢ Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh
Stars: ✭ 95 (+63.79%)
Mutual labels:  zsh-plugin
Zsh Abbr
The zsh manager for auto-expanding abbreviations, inspired by fish shell.
Stars: ✭ 109 (+87.93%)
Mutual labels:  zsh-plugin
Zsh Autocomplete
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
Stars: ✭ 641 (+1005.17%)
Mutual labels:  zsh-plugin
Zsh Navigation Tools
Curses-based tools for Zsh, e.g. multi-word history searcher
Stars: ✭ 249 (+329.31%)
Mutual labels:  zsh-plugin
Zsh Snap
⚡️ Znap! A fast & light-weight plugin manager & Git repo manager for Zsh.
Stars: ✭ 98 (+68.97%)
Mutual labels:  zsh-plugin
History Sync
An oh-my-zsh plugin for GPG encrypted internet synchronised Zsh history, with Git.
Stars: ✭ 135 (+132.76%)
Mutual labels:  zsh-plugin
Fzf Widgets
ZLE widgets of fzf
Stars: ✭ 72 (+24.14%)
Mutual labels:  zsh-plugin
Awesome Zsh Plugins
A collection of ZSH frameworks, plugins, themes and tutorials.
Stars: ✭ 10,129 (+17363.79%)
Mutual labels:  zsh-plugin
Zpm
ZPM — Zsh Plugin Manager
Stars: ✭ 112 (+93.1%)
Mutual labels:  zsh-plugin
Pctl
zsh plugin for proxy
Stars: ✭ 6 (-89.66%)
Mutual labels:  zsh-plugin
Z.lua
⚡ A new cd command that helps you navigate faster by learning your habits.
Stars: ✭ 2,164 (+3631.03%)
Mutual labels:  zsh-plugin
Zsh You Should Use
📎 ZSH plugin that reminds you to use existing aliases for commands you just typed
Stars: ✭ 659 (+1036.21%)
Mutual labels:  zsh-plugin
Forgit
💤 A utility tool powered by fzf for using git interactively.
Stars: ✭ 1,823 (+3043.1%)
Mutual labels:  zsh-plugin
dotfiles
⚫️ ~ is where the ♥ is - my dotfiles.
Stars: ✭ 94 (+62.07%)
Mutual labels:  zsh-plugin
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+212.07%)
Mutual labels:  zsh-plugin
Autoenv
Autoenv for zsh
Stars: ✭ 131 (+125.86%)
Mutual labels:  zsh-plugin

zsh-fast-alias-tips

Helps you remembering the aliases you defined once.

Written in zsh and Go. Ported from djui/alias-tips.

Example

$ alias gst='git status'

$ git status
💡  gst
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

Install

Install with zinit (recommended)

zinit ice from'gh-r' as'program'
zinit light sei40kr/fast-alias-tips-bin
zinit light sei40kr/zsh-fast-alias-tips

Install with zplug

zplug sei40kr/fast-alias-tips-bin, from:gh-r, as:command, rename-to:def-matcher
zplug sei40kr/zsh-fast-alias-tips

Customization

Variable Default value Description
FAST_ALIAS_TIPS_PREFIX "💡 $(tput bold)" The prefix of the Tips
FAST_ALIAS_TIPS_SUFFIX "$(tput sgr0)" The suffix of the Tips
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].