pro

⚡️A single command to quickly open current PR in browser. Supports GitHub and GitLab.

MIT License

Stars
42
Committers
2

Bot releases are hidden (Show)

pro - pro v0.1

Published by Wowu over 2 years ago

Initial release 🎉

Changelog

  • 6b46419 feat: pass source branch in provider api calls to reduce response size (#1)
  • f3fd74d feat: prefilled access token form for GitHub
  • ed49c9a feat: traverse parent directories to find git repository
  • 403a91f fix: golang linter
  • 9a96d7f feat: better error handling in config
  • 40ab5fb feat: print urls in blue
  • 5b3b6e1 feat: don't add trailing "/" when opening home pages
  • 6197285 feat: lower permissions for gitlab by default (read_api instead of api)
  • 39699b3 fix: Gitlab -> GitLab
  • 64c9512 feat: working GitHub integration
  • 861591e feat: save and read tool config
  • 76d29cc Move gitlab api requests to gitlab package
  • 7822f4b PoC