Re: dub zsh completion

2017-08-23 Thread Jonathan M Davis via Digitalmars-d-announce
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



Re: dub zsh completion

2017-08-23 Thread Atila Neves via Digitalmars-d-announce

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