-
-
Notifications
You must be signed in to change notification settings - Fork 833
Setup bash & zsh autocomplete as part of brew install #264
Copy link
Copy link
Closed
Labels
area: releasingChanges related to the release process.Changes related to the release process.good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.help wantedIssues that could benefit from members of the community contributing their expertise or experience.Issues that could benefit from members of the community contributing their expertise or experience.
Metadata
Metadata
Assignees
Labels
area: releasingChanges related to the release process.Changes related to the release process.good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.help wantedIssues that could benefit from members of the community contributing their expertise or experience.Issues that could benefit from members of the community contributing their expertise or experience.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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