gitlab-ci-local icon indicating copy to clipboard operation
gitlab-ci-local copied to clipboard

Add support for completion on zsh with homebrew installation

Open remyleone opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe.

I would like to have ZSH shell completion for options of gitlab-ci-local

Describe the solution you'd like

when I do a brew install gitlab-ci-local I get gitlab-ci-local installed with completion file installed in default shell completion folder.

Describe alternatives you've considered

Install it manually, the problem is that I would have to do it everytime for each new version.

remyleone avatar Aug 31 '23 10:08 remyleone

Can you please explain, why you have to do it everytime a new version is installed @remyleone

firecow avatar Aug 31 '23 13:08 firecow

Maybe the completion mechanisms within gitlab-ci-local would change from one version to the next, having it installed automatically when the formula is installed ensure that the completion feature will stay up to date

remyleone avatar Sep 11 '23 08:09 remyleone

I'm pretty sure it won't change.

But yeah sure, if its possible to build into the homebrew process somehow.

firecow avatar Sep 11 '23 11:09 firecow