Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Setup bash & zsh autocomplete as part of brew install #264
Comments
|
Hi @bfarayev, Yeah, it'd be nice to have that. Contributions would be welcome. We'd probably have to adapt our Goreleaser setup to also include these completion scripts on the Also, we need to make sure that it won't break stuff for users that try install an older version (without the completion scripts in the tarball). |
|
Some additional instructions on how to do it was added by @zx8 here: #382 (comment) Contributions with this are welcome! |
Now that we have bash & zsh autocomplete scripts in this repo, we can install them as part of installation with homebrew.
I've noticed that we have this formula already: https://github.com/go-task/homebrew-tap/blob/master/Formula/go-task.rb
Adding 2 lines to the formula, will do that for us:
I was just testing this on my machine today. Happy to raise a PR for that if it's fine.
Thanks