Thread overview
dub zsh completion
Aug 22, 2017
Johannes Loher
Aug 23, 2017
Atila Neves
Aug 23, 2017
Jonathan M Davis
August 22, 2017
I created a zsh completion script for dub. It is not perfect, but it does many things well already. You can find it here: https://github.com/ghost91-/dub-zsh-completion.

I have seen that bash and fish completion scripts are included in the dub github repo. If people are interested in this, I could create a pull request to also add the zsh completion script.

I hope this helps some people :)
August 23, 2017
On Tuesday, 22 August 2017 at 22:35:53 UTC, Johannes Loher wrote:
> I created a zsh completion script for dub. It is not perfect, but it does many things well already. You can find it here: https://github.com/ghost91-/dub-zsh-completion.
>
> I have seen that bash and fish completion scripts are included in the dub github repo. If people are interested in this, I could create a pull request to also add the zsh completion script.
>
> I hope this helps some people :)

Awesome, definitely going to check it out. I think a PR is in order.

Atila
August 23, 2017
On Tuesday, August 22, 2017 22:35:53 Johannes Loher via Digitalmars-d- announce wrote:
> I created a zsh completion script for dub. It is not perfect, but it does many things well already. You can find it here: https://github.com/ghost91-/dub-zsh-completion.
>
> I have seen that bash and fish completion scripts are included in the dub github repo. If people are interested in this, I could create a pull request to also add the zsh completion script.
>
> I hope this helps some people :)

Wait, you mean that there are shells other than zsh? ;)

Thanks. I'll have to check this out.

- Jonathan M Davis