github-cli

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

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

Go to latest
Published: Oct 10, 2018 License: Apache-2.0 Imports: 17 Imported by: 0

README

Github CLI

A simple tool to help me manages too many Github repositories.

Prepare

  1. Create a .github-cli directory in your home directory.

    mkdir -p ~/.github-cli
    
  2. Create a configuration in ~/.github-cli/config.toml, see example here.

Usage

github-cli trending
# Trending go language
github-cli trending go
# Trending go language in this week
github-cli trending go --time weekly
Pull
github-cli pulls
# List pull requests of repositories configured in tikv organization
github-cli pulls --owner tikv
# List pull requests of tikv repository in tikv organization 
github-cli pulls tikv
# or use github-cli pulls tikv/tikv
# See one pull request
github-cli pull tikv 3344
Issue
github-cli issues
# List issues of repositories configured in tikv organization 
github-cli issues --owner tikv
# List issues of tikv repository in tikv organization 
github-cli issues tikv
# or use github-cli issues tikv/tikv
# See one issue 
github-cli issue tikv 3355
Event
# List events for the account in the configuration file
github-cli events 
# List events for a specified user
github-cli events siddontang

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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