gitlist

command module
v0.0.0-...-abe46e5 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

README

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)                      |                                   |                                     |                                 |
+------+--------------------------------+-----------------------------------+-------------------------------------+---------------------------------+

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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