0.0
No commit activity in last 3 years
No release in over 3 years
A CLI command for launching Github URLs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
 Project Readme

Github Launch

I find Github's web interface very powerful and familiar, so I created a tool to help launch common Github URLs from the command-line.

It doesn't do anything fancy or even use the API. It just builds & launches Github URLs to help save time and/or a bunch of bookmarks.

It is mostly intended for OSX where the open command launches the default browser. Currently, on other platforms the URL will be printed instead.

Built with Thor and Grit. Pull Requests welcome!

Usage

Here is some example usage:

# Open page for specific commit
$ ghl show 1d780099df

# Open page for last commit
$ ghl show

# Open file browser for specific branch
$ ghl branch topic123

# Open file browser for current branch
$ ghl branch

# Open the Network view
$ ghl network

# Open page to create pull request from current branch to master
$ ghl pull master

Be sure to check out the help via ghl help for full command listing.

Installation

githublaunch is hosted on rubygems and can be installed via gem:

gem install githublaunch

License

githublauncher is licensed under the MIT license. See LICENSE for more details