Skip to content

Nino-K/gitlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

#GitList

Helper tool to get details about golang repositories on Github

Install:

make install

Usage:

- Get all repos that include a given keyword

gitlist show tail

+----+--------------+-------------------------------------+
| #  |     NAME     |                 URL                 |
+----+--------------+-------------------------------------+
|  1 | tail         | github.com/hpcloud/tail             |
|  2 | tailf        | github.com/aybabtme/tailf           |
|  3 | tail         | github.com/go-zoo/tail              |
|  4 | tail         | github.com/mangalaman93/tail        |
|  5 | tail         | github.com/cwiggers/tail            |
|  6 | tail         | github.com/errnoh/tail              |
|  7 | tail         | github.com/timperman/tail           |
|  8 | tail         | github.com/paulstuart/tail          |
+----+--------------+-------------------------------------+

- Get details about a specific repo

gitlist detail 1

+------+--------------------------------+-----------------------------------+-------------------------------------+---------------------------------+
| NAME |          DESCRIPTION           |              GITURL               |              CLONEURL               |             SSHURL              |
+------+--------------------------------+-----------------------------------+-------------------------------------+---------------------------------+
| tail | Go package for reading from    | git://github.com/hpcloud/tail.git | https://github.com/hpcloud/tail.git | git@github.com:hpcloud/tail.git |
|      | continously updated files      |                                   |                                     |                                 |
|      | (tail -f)                      |                                   |                                     |                                 |
+------+--------------------------------+-----------------------------------+-------------------------------------+---------------------------------+

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors