Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 837 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 837 Bytes

🥸 Brows

Brows is a CLI tool to browse GitHub releases

Example:

> brows organization/repo 1.2.3

Demo:

brows demo gif

Installation:

brew tap rubysolo/tools
brew install brows

Configuration:

  • (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 a default_org key, like:
default_org: organization

Credits:

This would not be possible without the fantastic CLI libraries from Charm!