donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.59k stars 439 forks source link

Add single line display mode to `gh issues` #88

Open a2lin opened 8 years ago

a2lin commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

Hi @a2lin, thanks for the pull request!

I shared some thoughts/questions about the intended user behavior in https://github.com/donnemartin/gitsome/issues/61. What do you think?

It might be good to keep the higher-level discussion within https://github.com/donnemartin/gitsome/issues/61.

Jimimaku commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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