Skip to content

Add single line display mode to gh issues#88

Open
a2lin wants to merge 1 commit into
donnemartin:masterfrom
a2lin:issues_single_line_view
Open

Add single line display mode to gh issues#88
a2lin wants to merge 1 commit into
donnemartin:masterfrom
a2lin:issues_single_line_view

Conversation

@a2lin

@a2lin a2lin commented Oct 29, 2016

Copy link
Copy Markdown

This makes the gh issues command take an extra command-line flag --short.
With --short:

  1.   Investigate: Intermittent stopping / crashing @a2lin (a2lin/secret-octo-wookie/issues/17)
  2.   Disconnect Interface Component @a2lin (a2lin/secret-octo-wookie/issues/18)
  3.   Investigate: Firebase Local Fall-Back @a2lin (a2lin/secret-octo-wookie/issues/19)
  View the page for 1 through 8 with the following command:
    gh view [#] optional: [-b/--browser] [--help]

Without --short:

 1.   Investigate: Intermittent stopping / crashing @a2lin (a2lin/secret-octo-wookie/issues/17)
        State: open       Comments: 5     Assignee: None
  2.   Disconnect Interface Component @a2lin (a2lin/secret-octo-wookie/issues/18)
        State: open       Comments: 0     Assignee: None
  3.   Investigate: Firebase Local Fall-Back @a2lin (a2lin/secret-octo-wookie/issues/19)
        State: open       Comments: 0     Assignee: None
  View the page for 1 through 8 with the following command:
    gh view [#] optional: [-b/--browser] [--help]

Closes #61

@codecov-io

codecov-io commented Oct 29, 2016

Copy link
Copy Markdown

Current coverage is 95.21% (diff: 100%)

Merging #88 into master will increase coverage by 0.02%

@@             master        #88   diff @@
==========================================
  Files            34         34          
  Lines          2076       2088    +12   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1976       1988    +12   
  Misses          100        100          
  Partials          0          0          

Powered by Codecov. Last update eebb2cf...6f41902

@donnemartin

Copy link
Copy Markdown
Owner

Hi @a2lin, thanks for the pull request!

I shared some thoughts/questions about the intended user behavior in #61. What do you think?

It might be good to keep the higher-level discussion within #61.

@Jimimaku

Copy link
Copy Markdown

Hi @a2lin, thanks for the pull request!

I shared some thoughts/questions about the intended user behavior in #61. What do you think?

It might be good to keep the higher-level discussion within #61.

@Jimimaku

Copy link
Copy Markdown

Current coverage is 95.21% (diff: 100%)

Merging #88 into master will increase coverage by 0.02%

@@             master        #88   diff @@
==========================================
  Files            34         34          
  Lines          2076       2088    +12   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1976       1988    +12   
  Misses          100        100          
  Partials          0          0          

Powered by Codecov. Last update eebb2cf...6f41902

@Jimimaku

Copy link
Copy Markdown

This makes the gh issues command take an extra command-line flag --short. With --short:

  1.   Investigate: Intermittent stopping / crashing @a2lin (a2lin/secret-octo-wookie/issues/17)
  2.   Disconnect Interface Component @a2lin (a2lin/secret-octo-wookie/issues/18)
  3.   Investigate: Firebase Local Fall-Back @a2lin (a2lin/secret-octo-wookie/issues/19)
  View the page for 1 through 8 with the following command:
    gh view [#] optional: [-b/--browser] [--help]

Without --short:

 1.   Investigate: Intermittent stopping / crashing @a2lin (a2lin/secret-octo-wookie/issues/17)
        State: open       Comments: 5     Assignee: None
  2.   Disconnect Interface Component @a2lin (a2lin/secret-octo-wookie/issues/18)
        State: open       Comments: 0     Assignee: None
  3.   Investigate: Firebase Local Fall-Back @a2lin (a2lin/secret-octo-wookie/issues/19)
        State: open       Comments: 0     Assignee: None
  View the page for 1 through 8 with the following command:
    gh view [#] optional: [-b/--browser] [--help]

Closes #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide single lined listings

5 participants