Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ghb

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghb

A command line tool for GitHub Issue and Pull Request

  • 1.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 18 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc