Giter VIP home page Giter VIP logo

ghissue's Introduction

ghissue

Command-line Github issues client.

Running

You need to install stack the haskell build tool.

stack build
stack install

This will install ghissue-exe into your ~/.local/bin which should be in your path after stack is installed.

You can run without installing using stack:

stack exec ghissue-exe command -- <non-stack options after the -->
ghissue: a command line github issues tool

Usage: ghissue-exe COMMAND

Available options:
  -h,--help                Show this help text

Available commands:
  show                     Show issues
  new                      Create a new issue. If no --body is given stdin is
                           used.
  close                    Close one or more issues
  label                    Label one or more issues
  visit                    Visit an issue in your default web browser
  comment                  Attach a comment to a given issue. If no --body is
                           given stdin is used
  assign                   Assign one or more issues to a given user

Configuring

This is currently done by having a file "ghissue.conf" in the .git directory for the current project which contains one line of the format:

oauthstring githuborg repo

To get an oauth string, go to https://github.com/settings/tokens and create a new token. Copy the auth string and save it into that file.

Usage

ghissue-exe --help should give you help after you set up the configuration file. Each command has its own help, e.g. ghissue-exe show --help.

show

ghissue-exe show 90-200 pointing at the twitter/summingbird repo might return:

190	Add regression tests for BatchID off-by-one bugs discovered.	
189	Add a storm-trident backend	
188	Add algebird.ExclusiveUpper[T] and algebird.InclusiveUpper[T] types to deal with off-by-one	cleanup, scalding
183	Investigate CRDTs	
155	Clean buffer join API	documentation, enhancement, storm
154	Transactional Storm Planner	enhancement
142	Add ability to create test Sources from scalacheck.Gen	
140	Tiered Aggregation for Scalding	enhancement, scalding
136	Treat Configuration as a mutable object, not immutable	enhancement, scalding
134	Implement WritableSink with template tap.	enhancement, scalding
112	ClientStore should take a "most recent batch" fn	client, enhancement
108	Implement code for Scalding sources to report maximum available DateRange	scalding
95	remove versionToBatchIDCompat	cleanup, scalding
94	Coordinate Metadata and Data retrieval in VersionedBatchStore	scalding
93	Move HDFSMetadata to scalding-commons	newbie, scalding
92	Use TemplateTap to write distinct batches	scalding
91	Don't Load unnecessary data in BatchedLookup	scalding

new

Create a new issue

visit

Visit an issue in the web browser (currently only works if you have a shell command called open in path that opens your browser, as OSX would do).

close

Close an existing issue

label

Attach labels to issues

ghissue's People

Contributors

johnynek 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.