strgz

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

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

Go to latest
Published: Jun 12, 2017 License: MIT Imports: 3 Imported by: 0

README

strgz

strgz is a CLI tool for Github that enables users to list, index and search starred repositories from their own Github account or others' account.

strgz comes in handy to users with thousands of starred repositories. strgz indexes the starred repositories and enables fast searching capabilities of the repositories. It uses the Bleve indexing library to index all starred repositories and the go-github library to interact with the Github API.

Installation

go get -u github.com/dastergon/strgz

Examples

Listing

List starred repositories of a user on the fly

strgz ls username

List starred repositories of a user on the fly, but show only the URLs

strgz ls username --url

List starred repositories of a user on the fly, but index repositories

strgz ls username --index
Searching

Search for a specific word in the index and show repositories

strgz search vim

Usage

    Usage:
        strgz [command]

    Available Commands:
        help        Help about any command
        ls          List starred repositories from a Github user
        search      Search index of starred repositories

    Flags:
            --config string   config file (default is $HOME/.strgz.yaml)
        -h, --help            help for strgz

    Use "strgz [command] --help" for more information about a command.

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