Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!
MIT License
3.28k stars 94 forks source link

[FR] add aliased command to `$desc` #394

Open oldfatcrab opened 11 months ago

oldfatcrab commented 11 months ago

Is your feature request related to a problem? Please describe. I'm always frustrated when using the git alias, there are too many g... alias I can choose (i.e. alias gpsup="git push --set-upstream origin $(git_current_branch)").

Describe the solution you'd like If the aliased command can be written into $desc that will be great. (and so on for shell function and parameter)

Describe alternatives you've considered Or some documentation on how to customize $desc field will be also good.

Additional context image