Brows is a CLI tool to browse GitHub releases
> brows organization/repo 1.2.3
brew tap rubysolo/tools
brew install brows
- (Required) Set the
GITHUB_OAUTH_TOKEN
environment variable to a GitHub PAT for access to the GitHub API. - (Optional) Create a config file at
$HOME/.config/brows.yml
and set adefault_org
key, like:
default_org: organization
This would not be possible without the fantastic CLI libraries from Charm!