djui / alias-tips

An oh-my-zsh plugin to help remembering those aliases you defined once
786 stars 50 forks source link

feature request: show alias the other way around #65

Open joelgrimberg opened 2 years ago

joelgrimberg commented 2 years ago

with this great plugin I can see my alias when typing 'git remote -v'. This alias-tips plugin will show: grv. Great!

so now my question: wouldn't it be great to also show what I am actually aliassing? so when I type 'grv', the Alias-Tips will output: 'git remote -v' . Would be very handy when I give a training, share my screen or even remember what I am actually doing ;-)

djui commented 2 years ago

You mean like a "reverse" feature? Sounds fun!

joelgrimberg commented 2 years ago

yes, that one ;)