ghs

command module
v0.0.0-...-41fe533 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2023 License: MIT Imports: 13 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL