Skip to content

A simple CLI to search a user's GitHub repositories.

License

Notifications You must be signed in to change notification settings

danvixent/go-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-repos

A simple CLI to search a user's GitHub repositories.

Installation

After cloning the repository, you can create a binary from it by running the command:

$ go build

That would create a binary in your current directory with the name go-repos. If you want to rename the binary that is generated, you should add the -o binaryname to the build command e.g: go build -o hubsearch. A binary with the name hubsearch will be created.

Usage:

$ go-repos danvixent -must -name go-repos -lang go -date 2020 -desc CLI -stars 0

    GitHub User danvixent has 1 matching Repositories:

    Respository Name    Description                                           Language  Creation Date
    -----               ------                                                ------    ------
    danvixent/go-repos  A simple CLI to search a user's GitHub repositories.  Go        March 17, 2020 12:54:11
Argument/Flag Usage
danvixent Username to search GitHub for
-must Print only Results that match all criteria, if absent, Repositories matching at least one criteria will be displayed
-name Name Of Repository to search for
-lang Language Base of Repository to Search for
-date Creation Date Of Repository to Search For
-desc Repository Description to Search For
-stars Number Of Respository Stars to search For

About

A simple CLI to search a user's GitHub repositories.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages