hatch-sh / hatch

🐣 Easy deployment of static websites to Amazon Web Services
https://hatch.sh
5 stars 0 forks source link

Hand-write zsh completion script #48

Closed mads-hartmann closed 7 years ago

mads-hartmann commented 7 years ago

@skovhus I had to read a ton of documentation to get this to work just the way I wanted 😂

https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Completion-System

And browse through various existing scripts

https://github.com/vapniks/zsh-completions/tree/master/src

But I think I've nailed it now. And it's quite readable now -- at least compared to the auto-generated script.