cli icon indicating copy to clipboard operation
cli copied to clipboard

add a verbose mode for autocompletion on zsh

Open rautesamtr opened this issue 7 years ago • 3 comments

It would be great if cli could offer a more verbose autocompletion on zsh similar so the following examples: tar_interactive pacman_interactive

rautesamtr avatar Jan 31 '18 11:01 rautesamtr

Agreed!

jszwedko avatar Jan 31 '18 16:01 jszwedko

This issue or PR has been automatically marked as stale because it has not had recent activity. Please add a comment bumping this if you're still interested in it's resolution! Thanks for your help, please let us know if you need anything else.

stale[bot] avatar Feb 25 '20 08:02 stale[bot]

Closing this as it has become stale.

stale[bot] avatar Mar 26 '20 08:03 stale[bot]

@rautesamtr I think this could be implemented by the cli user by using a custom app/Command.BashCompletionFunc which would be triggered when completion is needed. cli gives users the choice to format completion in whatever way they need.

dearchap avatar Dec 01 '22 13:12 dearchap