close
Skip to content

Setup bash & zsh autocomplete as part of brew install #264

@bfarayev

Description

@bfarayev

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:

    bash_completion.install "completion/bash/task.bash" => "task"
    zsh_completion.install "completion/zsh/_task" => "_task"

I was just testing this on my machine today. Happy to raise a PR for that if it's fine.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: releasingChanges related to the release process.good first issueIssues 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.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions