Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
/ ghs Public archive

A Github repo search CLI

License

Notifications You must be signed in to change notification settings

keith/ghs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghs

ghs is a simple tool for searching Github repos using their Search API

Build Status

Installation

go get github.com/keith/ghs

Usage

Search for repos matching AFNetworking

$ ghs AFNetworking

AFNetworking/AFNetworking                                                   11634 Objective-C
AFNetworking/AFIncrementalStore                                              1662 Objective-C
AFNetworking/AFOAuth2Client                                                   566 Objective-C
steipete/AFDownloadRequestOperation                                           519 Objective-C
chroman/Doppio                                                                299 Objective-C
subdigital/AFProgressiveImageDownload                                         253 Objective-C
jnjosh/JJAFAcceleratedDownloadRequestOperation                                239 Objective-C
xmartlabs/XLRemoteImageView                                                   211 Objective-C
AFNetworking/Xcode-Project-Templates                                          208 Objective-C
AFNetworking/AFHTTPRequestOperationLogger                                     183 Objective-C

Search for a maximum of 2 repos matching AFNetworking

$ ghs -count=2 AFNetworking

AFNetworking/AFNetworking                                                   11634 Objective-C
AFNetworking/AFIncrementalStore                                              1662 Objective-C

Search for a repo written in Go matching postgres

$ ghs -lang=Go postgres

lib/pq                                                                         623 Go
gosexy/db                                                                      160 Go
vmihailenco/pg                                                                  96 Go
lxn/go-pgsql                                                                    82 Go
jbarham/gopgsqldriver                                                           40 Go
jbarham/pgsql.go                                                                39 Go
replicon/pgreplicaproxy                                                         18 Go
deafbybeheading/dog                                                             12 Go
JackC/pgx                                                                       11 Go
jgallagher/go-libpq                                                              9 Go

About

A Github repo search CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages