Coder Social home page Coder Social logo

ix's Introduction

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 - <[email protected]>

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.

ix's People

Contributors

mhfs avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.