The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.000015

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-2018 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.