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
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?