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.56k stars 437 forks source link

Provide single lined listings #61

Open koraa opened 8 years ago

koraa commented 8 years ago

At the moment, when I type git issues, two lines are used for each issue. For users/repos with many issues that uses a lot of extra space. Please provide a view that only takes one line per item.

donnemartin commented 8 years ago

Thanks for the suggestion. For the single line view, do you expect to see something like this:

  37.  Gitlab support @issuesubmitter (donnemartin/gitsome/issues/9)
  38.  Linux dotfiles, XDG Base Directory @issuesubmitter (donnemartin/gitsome/issues/13)
  39.  Fish shell support @issuesubmitter (donnemartin/gitsome/issues/14)

instead of the current view:

  37.  Gitlab support @issuesubmitter (donnemartin/gitsome/issues/9)
        State: open       Comments: 4     Assignee: None
  38.  Linux dotfiles, XDG Base Directory @issuesubmitter (donnemartin/gitsome/issues/13)
        State: open       Comments: 1     Assignee: None
  39.  Fish shell support @issuesubmitter (donnemartin/gitsome/issues/14)
        State: open       Comments: 6     Assignee: None
donnemartin commented 7 years ago

Curious if this issue is looking for a general solution that applies to various commands such as:

gh issues
gh notifications
gh pull-requests
gh repos
gh search-issues
gh search-repos
gh starred

I wonder if there should be something in .gitsomeconfig and/or --flag-options for each command listed above.

Curious about the desired behavior?

Jimimaku commented 1 year ago

At the moment, when I type git issues, two lines are used for each issue. For users/repos with many issues that uses a lot of extra space. Please provide a view that only takes one line per item.