-
-
Notifications
You must be signed in to change notification settings - Fork 8
Support for git status --short #343
Copy link
Copy link
Open
Description
It would be awesome to get support for git status --short which can also be called like git status -s.
And of course there is the related version git status --porcelain which is pretty much the same without the color formatting.
The ugit output from normal git status is already slightly longer than the normal version of git status output.
Interactive terminal viewing of git status output is not so fun if lots of scrolling is required.
As of ugit version 0.4.5.1 running any of the short versions of git status listed above results in a pretty much empty git.status output.
Helpful examples of what the short version looks like
- https://www.tutorialspoint.com/what-is-the-short-status-in-git
- https://www.stefanjudis.com/today-i-learned/the-short-version-of-git-status-and-the-close-but-different-porcelain-mode/
I would love to help contribute to implementing this!
However, some guidance would help a lot!
- Would this require a whole new parser for the short git status?
- Is there any chance that we could use the normal git status for command parsing but display as a short version somehow?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
