Project

ghs

0.0
No commit activity in last 3 years
No release in over 3 years
Find the clone url for repos on Github
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.0.9
 Project Readme

Github Repo Search

Quickly find clone urls for github repositories.

Install

gem install ghs

Usage

Get a repo's clone url:

ghs [repo name]

If you have github.user in your global git config file, ghs will try to find one of your repos first.

If there are multiple matches, ghs will stop by default. To choose the best match, use the --best flag:

ghs -b [reponame]
ghs --best [reponame]