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

Improve alias matching for a command with options

Open sei40kr opened this issue 5 years ago • 0 comments

Description

alias some-f "some-command -f"
alias some-foobar "some-command --foobar"

some-command --bar -f
# -> suggest some-f

some-command -f --foobar
# -> suggest some-foobar

some-command -- -f
# -> don't suggest anything

to decide) consider options that take a value

sei40kr avatar Jan 28 '20 04:01 sei40kr