The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

gh-open - Open a browser window with the GitHub URL of the repository which you are currently inside of

VERSION

version 0.000012

SYNOPSIS

# open repo for "origin" on GitHub using your default browser
gh-open
# open repo for "upstream" on GitHub using your default browser
gh-open upstream
# open repo to your current branch
gh-open -b
gh-open -b upstream

AUTHOR

Olaf Alders <olaf@wundercounter.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015-2017 by Olaf Alders.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.