Add basic zsh completion (issue #32)#86
Add basic zsh completion (issue #32)#86VorpalBlade wants to merge 7 commits intotavianator:mainfrom VorpalBlade:feature/zsh-completion
Conversation
|
I'm also not sure how |
|
Thanks for this! :)
etc. |
tavianator
left a comment
There was a problem hiding this comment.
Looks pretty good! I haven't reviewed it in detail yet, but so far all I've noticed is you should update make uninstall to match make install.
|
Done. Though I suggest people use a package manager rather than relying on make uninstall. |
Oh for sure! (Btw your last patch has a whitespace error, the recipe needs to use a leading tab.) Anyway I just tried this and it doesn't seem like |
Huh, vscode seems to be doing stupid things in Makefiles. |
|
I merged this manually as 7f37e41 |
This PR adds basic zsh completion. There are a couple of TODO comments I would like your feedback on in the file as well.
Note that I have only tested the basics using bfs 2.5 on Arch Linux (bfs installed using AUR and the completion file installed manually). If anything related to command line handling has changed since that release it will need to be incorporated here.
I have not at all tested the changes to the Makefile at all but they look straight forward.