All Projects → pbnj → gitgo

pbnj / gitgo

Licence: other
A minimal CLI app to query GitHub users

Programming Languages

go
31211 projects - #10 most used programming language

GitGo

A minimal CLI app to query GitHub users.

This project was conceived to introduce GO to beginners: http://bit.ly/2eIFoIs

Installation

  • go get github.com/pmbenjamin/gitgo

Usage

  • Help:

    $ gitgo
    Usage: gitgo [options]
    Options:
        -u, --user string
            Search Users
    
  • Single User Query:

    $ gitgo -u pmbenjamin
    Searching user(s): [pmbenjamin]
    Username:        pmbenjamin
    Name:            Peter Benjamin
    Email:           [email protected]
    Bio:             Software Engineer. Hacker. Passionate about coding, IoT, security, and teaching kids how to code.
    
  • Multi-User Query:

    $ gitgo -u pmbenjamin,defunkt                                                                                                                                    
    Searching user(s): [pmbenjamin defunkt]
    Username:        pmbenjamin
    Name:            Peter Benjamin
    Email:           [email protected]
    Bio:             Software Engineer. Hacker. Passionate about coding, IoT, security, and teaching kids how to code.
    
    Username:        defunkt
    Name:            Chris Wanstrath
    Email:           [email protected]
    Bio:             🍔 
    

Contributing

Feel free to open a GitHub Issue or submit a PR with your features.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].