Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.

GHB - Extended Version

Latest
Compare
Choose a tag to compare
@0xTheProDev 0xTheProDev released this 16 May 15:46
· 7 commits to master since this release

LATEST RELEASE

Contents

This package contains all source files of ghb project by Bytes Club community.

This package must contain:

  • lib
    • ght.js
    • issue.js
    • pulls.js
    • fetchissue.js
    • fetchpulls.js
    • color.js
    • display.js
    • markdown.js
    • viewissue.js
    • viewpulls.js
  • app.js
  • ghb-auto.sh
  • LICENSE
  • README.md
  • package.json

Installation

    • Download via git
    $ git clone https://github.com/BytesClub/ghb.git
    $ cd ghb/
    
    • Link using npm
    $ npm link
    $ source ghb-auto.sh
    
    • Download via npm
    $ npm install git+https://github.com/BytesClub/ghb.git -g
    $ curl https://raw.githubusercontent.com/BytesClub/ghb/master/ghb-auto.sh > /etc/bash_completion.d/ghb
    

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}]

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

Guidelines

MIT LICENSE
Bytes Club Guideline