alias-tips icon indicating copy to clipboard operation
alias-tips copied to clipboard

An oh-my-zsh plugin to help remembering those aliases you defined once

Results 18 alias-tips issues
Sort by recently updated
recently updated
newest added

Let's define two "overlapping" aliases (I'm using these via https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git) ```sh alias g='git' alias gsta='git stash save' ``` ### Current behavior ``` $ git stash save Alias tip: g stash...

# Reproducing the issue - Install [zsh-abbr](https://github.com/olets/zsh-abbr). - Run `alias ll="ls -l"`. - Run `abbr import-aliases`. - Run `ll`. It's autoexpanded by `zsh-abbr`. - `alias-tips` displays that I should use...

Recently getting this message on OSX: ``` ~/htdocs ❯ which python _alias_tips__preexec:34: command not found: python python not found ~/htdocs ❯ which python3 _alias_tips__preexec:34: command not found: python /opt/homebrew/bin/python3 ```

Hello! Just installed this yesterday and am unsure if I am missing something as it doesn't seem to work as expected. I tried using the various config options to change...

I've found some unexpected "Alias for:" messages, especially while running particularly long commands: ``` $ echo longlonglonglonglonglonglong linelinelinelinelinelinelinelinelinelineline Alias for: echo longlonglonglonglonglonglong linelinelinelinelinelinelinelinelinelinelin longlonglonglonglonglonglong linelinelinelinelinelinelinelinelinelineline ``` I believe this is...

I love Alias tips, but it causes my startup time to take a severe hit, as shown by `zprof`: ``` ~> zprof num calls time self name ----------------------------------------------------------------------------------- 1) 1...

Hi, just wanted to let you know that I added a pull request to integrate alias-tips into prezto. https://github.com/sorin-ionescu/prezto/pull/1586 https://github.com/belak/prezto-contrib/pull/10 With the right push we might be able to merge...

Hey! This plugin is almost exactly what I was looking for! Kudos 👍 But I'm missing something, which is the "reveal used alias" feature for git aliases. After adding `export...

enhancement

zplug "djui/alias-tips" install `alias-tips`, but no effects in shell. how to config?

help wanted
question