• This repository has been archived on 03/Mar/2022
  • Stars
    star
    2,136
  • Rank 20,813 (Top 0.5 %)
  • Language
    Ruby
  • License
    Other
  • Created about 15 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GitHub Issues on the command line. Use your $EDITOR, not your browser.

ghi

GitHub Issues on the command line. Use your $EDITOR, not your browser.

ghi was originally created by Stephen Celis, and is now maintained by drazisil's fork here.

Install

Via brew (latest stable release):

brew install ghi

Via gem (latest stable release):

gem install ghi

Via curl (latest bleeding-edge versions, may not be stable):

curl -sL https://raw.githubusercontent.com/stephencelis/ghi/master/ghi > ghi && \
chmod 755 ghi && \
mv ghi /usr/local/bin

Usage

usage: ghi [--version] [-p|--paginate|--no-pager] [--help] <command> [<args>]
           [ -- [<user>/]<repo>]

The most commonly used ghi commands are:
   list        List your issues (or a repository's)
   show        Show an issue's details
   open        Open (or reopen) an issue
   close       Close an issue
   lock        Lock an issue's conversation, limiting it to collaborators
   unlock      Unlock an issue's conversation, opening it to all viewers
   edit        Modify an existing issue
   comment     Leave a comment on an issue
   label       Create, list, modify, or delete labels
   assign      Assign an issue to yourself (or someone else)
   milestone   Manage project milestones
   status      Determine whether or not issues are enabled for this repo
   enable      Enable issues for the current repo
   disable     Disable issues for the current repo

See 'ghi help <command>' for more information on a specific command.

Source Tree

You may get a strange error if you use SourceTree, similar to #275 and #189. You can follow the steps here to resolve this.

Contributing

If you're looking for a place to start, there are issues we need help with!

Once you have an idea of what you want to do, there is a section in the wiki to provide more detailed information but the basic steps are as follows.

  1. Fork this repo
  2. Do your work:
  3. Make your changes
  4. Run rake build
  5. Make sure your changes work
  6. Open a pull request!

FAQ

FAQs can be found in the wiki

Screenshot

Example

More Repositories

1

SQLite.swift

A type-safe, Swift-language layer over SQLite3.
Swift
9,494
star
2

syn

Syntax control for the command line
Objective-C
375
star
3

timeframe

Click-draggable. Range-makeable. A better calendar.
JavaScript
287
star
4

Formatting

Type-safe, functional string formatting in Swift.
Swift
248
star
5

sc_listener

A simple class for listening to microphone levels, suitable for the iPhone.
Objective-C
131
star
6

app

Easy App config.
Ruby
98
star
7

haddock

A more memorable password generator.
Ruby
88
star
8

githubbub

GitHubbub: A GitHub Fluid userscript. Growl/Dock notifications, and more.
JavaScript
84
star
9

minifacture

factory_girl for minitest
Ruby
69
star
10

BRLOptionParser

A short wrapper for getopt_long(3). Command line options parsing for Objective-C.
Objective-C
50
star
11

acts_as_singleton

A lightweight singleton library for your Active Record models.
Ruby
47
star
12

rdoctest

A doctest for Ruby. Parses RDoc text for examples and tests them.
Ruby
35
star
13

dots

Free progress dots for your scripts. Test::Unit-style.
Ruby
33
star
14

SQLiteCipher.swift

SQLite.swift + SQLCipher
Swift
32
star
15

vim-mml

Music Macro Language (MML) VIM plug-in. Edit, compile, and play NES chiptunes.
C
31
star
16

dotfiles

gone fishing
Ruby
25
star
17

rerails

Reinforcing the Rails with assorted patches.
Ruby
21
star
18

kvc

KVC (Key-Value Configuration): a powerful, transparent way to maintain mutable app settings in the database.
Ruby
15
star
19

scantron

Rule-based string scanning and scrubbing.
Ruby
7
star
20

Gestures.swift

iOS block-based gesture helpers.
Swift
7
star
21

ScreenshotWatcher

A demonstration of testing uncertainty in Swift Concurrency
Swift
6
star
22

gorilla

Unit conversion for the underdog.
Ruby
2
star
23

actionview-data

HTML5 data attribute helpers for ActionView.
Ruby
1
star
24

swift-remove-first-benchmark

Swift
1
star
25

EnumRuntimeBug

Swift
1
star
26

Platformer

Playing with Flixel.
ActionScript
1
star
27

scptest

Swift
1
star
28

ghi-playground

Nothing to see here, folks.
1
star
29

monk

The wise MongoDB API
JavaScript
1
star