www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - dub zsh completion

reply Johannes Loher <johannes.loher fg4f.de> writes:
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 :)
Aug 22 2017
next sibling parent Atila Neves <atila.neves gmail.com> writes:
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
Aug 23 2017
prev sibling parent Jonathan M Davis via Digitalmars-d-announce writes:
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
Aug 23 2017