pro

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

MIT License

Stars
42
Committers
2

Bot releases are visible (Hide)

pro - pro v0.3.1 Latest Release

Published by github-actions[bot] over 1 year ago

Changelog

  • 04e27df Bump version to v0.3.1
  • 305747d fix: handle non existing GitLab projects
pro - pro v0.3.0

Published by github-actions[bot] about 2 years ago

Changelog

  • c54c2b8 Bump version to v0.3.0
  • e71b2f2 feat: support git worktrees (#14)
pro - pro v0.2.3

Published by github-actions[bot] about 2 years ago

Changelog

  • a323b20 Bump version to v0.2.3
  • 9546f24 fix: freeze when cwd is not git repo on windows (#11)
pro - pro v0.2.2

Published by github-actions[bot] about 2 years ago

Changelog

  • 406f166 Bump version to v0.2.2
  • 6ca4845 feat: treat "dev" as a main branch
pro - pro v0.2.1

Published by github-actions[bot] about 2 years ago

Changelog

  • 2431aff Bump version to v0.2.1
  • 7f7dbea fix: copy to clipboard
pro - pro v0.2.0

Published by github-actions[bot] about 2 years ago

Changelog

  • 0e25ad7 Bump version to v0.2.0
  • 60757aa feat: add --copy flag to copy PR URL to clipboard (#8)
  • 45c79ae feat: use stderr for messages and stdout for PR url (#6)
  • 6c6f682 feat: treat "develop" as a main branch
pro - pro v0.1.5

Published by github-actions[bot] about 2 years ago

Changelog

  • e2d19f0 Bump version to v0.1.5
  • bec5c66 feat: show useful error message when token is expired
  • f848908 feat: add --version switch
pro - pro v0.1.4

Published by github-actions[bot] over 2 years ago

Changelog

  • Simplify released binaries format for easier installation
pro - pro v0.1.3

Published by github-actions[bot] over 2 years ago

Changelog

  • Publish scoop packages for Windows
pro - pro v0.1.2

Published by github-actions[bot] over 2 years ago

Changelog

  • 31830a3 feat: use blue urls for PR creation urls
  • Publish .deb and .rpm packages
pro - pro v0.1.1

Published by github-actions[bot] over 2 years ago

Changelog

  • 534d239 fix: save config for the first time on windows (#4)
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