github-issues

command module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2015 License: MIT Imports: 9 Imported by: 0

README

github-issues

List of GitHub issues. (by all repository)

Installation

With go lang:

go get github.com/i2bskn/github-issues

Settings

Required Personal Access Token of GitHub.
Personal Access Token must be able to get in the git-config command.

[github]
  token = <personal access token>

Usage

Just run the following command!

github-issues

Options

Pagination
Long Short Default Description
--page -p 1 Specify further pages
--per-page -n 100 Specify a custom page size
Filter
Long Short Default Description
--assigned -a none Issues assigned to you
--created -c none Issues created by you
--mentioned -m none Issues mentioning you
--closed none none Closed issue only
--all none none With closed issue
Format

You can specify the format in --format or -f.

Symbol Description
%n Issue number
%l URL
%t Title
%u User

Default format: %n\t%l\t%t\t%u

Option Example
github-issue -n 5 -a --format="%t"

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