ix

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

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

Go to latest
Published: Feb 8, 2015 License: MIT Imports: 8 Imported by: 0

README

ix - Issues Explorer

CLI tool to explore GitHub issues by repository, time frame, labels and assignee.

$ ix closed --repo mhfs/ix --token <GH_TOKEN>

#1 - 2015-01-29 - Fixed that weird bug by @mhfs (labe1, label2)
#2 - 2015-01-27 - Added another amazing feature by @mhfs

Installation

Only available from source at the moment. Binary releases planned for future versions.

go get github.com/mhfs/ix
cd $GOPATH/src/github.com/mhfs/ix
go install
$GOPATH/bin/ix help

Authentication

ix depends on a oauth token from GitHub. You can provide it via a --token/-t options or set a GH_TOKEN environment variable.

To generate a new token, go to https://github.com/settings/applications.

Usage

NAME:
   ix - Issues Explorer - CLI tool to explore GitHub issues by repository, time frame, labels and assignee.

USAGE:
   ix [global options] command [command options] [arguments...]

VERSION:
   0.0.1

AUTHOR:
  Marcelo Silveira - <marcelo@mhfs.com.br>

COMMANDS:
   closed, c	lists closed issues
   help, h	Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h		show help
   --version, -v	print the version
closed
NAME:
   closed - lists closed issues

USAGE:
   command closed [command options] [arguments...]

OPTIONS:
   --repo, -r 					GitHub repository to analyze e.g. mhfs/ix
   --since, -s '2015-01-26'			list issues since given date, inclusive
   --label, -l '--label option --label option'	label to process, defaults to all
   --assignee, -a 				filter results by assignee
   --token, -t 					oauth token. defaults to GH_TOKEN env var. [$GH_TOKEN]

Examples

ix closed --repo mhfs/ix --since 2015-01-01
ix closed --repo mhfs/ix --assignee mhfs
ix closed --repo mhfs/ix --label bug

License

Released under the MIT License. See the LICENSE file for further details.

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