1.4.0 • Published 8 years ago
ghb v1.4.0
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 linkNote: 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/ghbor
$ curl https://raw.githubusercontent.com/BytesClub/ghb/master/ghb-auto.sh >> ~/.bashrc && source ~/.bashrcUsage
- 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 --versionWhat'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

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
8 years ago
1.3.7
8 years ago
1.3.6
9 years ago
1.3.5
9 years ago
1.3.4
9 years ago
1.3.3
9 years ago
1.3.2
9 years ago
1.3.1
9 years ago
1.3.0
9 years ago
1.2.7
9 years ago
1.2.6
9 years ago
1.2.5
9 years ago
1.2.4
9 years ago
1.2.3
9 years ago
1.2.2
9 years ago
1.2.1
9 years ago
1.2.0
9 years ago
1.1.3
9 years ago
1.1.2
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.0
9 years ago