Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide single lined listings #61

Open
koraa opened this issue Jun 8, 2016 · 3 comments · May be fixed by #88
Open

Provide single lined listings #61

koraa opened this issue Jun 8, 2016 · 3 comments · May be fixed by #88

Comments

@koraa
Copy link

koraa commented Jun 8, 2016

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
Copy link
Owner

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

a2lin added a commit to a2lin/gitsome that referenced this issue Oct 29, 2016
@a2lin a2lin linked a pull request Oct 29, 2016 that will close this issue
@donnemartin
Copy link
Owner

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
Copy link

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.

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

Successfully merging a pull request may close this issue.

4 participants
@koraa @donnemartin @Jimimaku and others