Home

Awesome

zsh-fast-alias-tips

A Zsh plugin to help remembering those shell aliases you once defined.

Ported from djui/alias-tips. Written in Zsh and Go, so 10x faster!

āš ļø This is maintainable fork of sei40kr/zsh-fast-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

šŸ“¦ Installation

zinit

From GitHub Releases (RECOMMENDED):

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

Compile from sources (assume you have proper version of Golang installed. NOT recommended):

zinit ice atclone"make build" atpull"%atclone"
zinit light decayofmind/zsh-fast-alias-tips

āš™ļø Configuration

VariableDefault valueDescription
ZSH_FAST_ALIAS_TIPS_EXCLUDES List of aliases to exclude (separated by space)
ZSH_FAST_ALIAS_TIPS_PREFIX"šŸ’” $(tput bold)"The prefix of the Tips
ZSH_FAST_ALIAS_TIPS_SUFFIX"$(tput sgr0)"The suffix of the Tips

Differences from sei40kr/zsh-fast-alias-tips <a id='differences'></a>

I've been using the original plugin from @sei40kr for many years. However, since 2020 the project is not receiving much attention from the author, with issues and PRs not being addressed.

So I decided to fork the project to address some of the issues and PRs, which resulted even in refactoring and restructuring.

Here's the full list of changes between this fork and the original project: