1.4.0 • Published 6 years ago

ghb v1.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

ghb

License: MIT Build Status npm Download Bower Issues Mailing List gitter

ghb

ghb is a command line tool to fetch and update GitHub Issue and Pull Request from terminal

Installation

  • Using npm
$ npm install ghb -g
  • Using yarn
$ yarn global add ghb
  • Using bower(not recommended)
$ bower install ghb
$ cd ./bower_component/ghb && npm link

     Note: Bower will install the package into local directory as dependency

  • Autocompletion Script
$ curl https://raw.githubusercontent.com/BytesClub/ghb/master/ghb-auto.sh > /etc/bash_completion.d/ghb

     or

$ curl https://raw.githubusercontent.com/BytesClub/ghb/master/ghb-auto.sh >> ~/.bashrc && source ~/.bashrc

Usage

  • Configure ghb with local repo
$ ghb init <github-url>
  • Check status of ghb
$ ghb status
  • Get latest issues/pr from GitHub
$ ghb issues [options: open | closed | all | id={ID} | label={LABELS}]
$ ghb pulls  [options: open | closed | all | id={ID} | label={LABELS}]
  • Help option
$ ghb --help
$ ghb --version

What's new (v1.4.0)

  • Added Manual page entry for ease of usage.
  • Improved code quality for better coverage.

What's new (v1.3.6)

  • The source code and binary files, and the data storage has been split in different directories.
  • No longer need to re-setup ghb in directories, in case of upgrading the package.

What's new (v1.3.4)

  • Added markdown support for Terminal
  • Improved UI quality
  • User can search open issues via label(s)
  • Label color resembles that on GitHub screen

Contribute

  • If you find any bug or to request new feature register an issue.
  • If you want to make design improvement comment here.
  • Look issues and try to solve them and create a pull request

IMPORTANT Every commit must follow the standard:

shortlog: commit message

commit body

fixes: #<issue_number>

Signed-Off-By: [Your name] <your email>

Bytes Club

1.4.0

6 years ago

1.3.7

6 years ago

1.3.6

7 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.7

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago