sei40kr / zsh-fast-alias-tips

Help remembering the aliases you defined once

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Help remembering the aliases you defined once

License:MIT License


Languages

Language:Go 82.8%Language:Shell 13.8%Language:Makefile 3.4%