https://github.com/rec/git-st
Pretty git status
https://github.com/rec/git-st
Last synced: about 1 year ago
JSON representation
Pretty git status
- Host: GitHub
- URL: https://github.com/rec/git-st
- Owner: rec
- License: mit
- Created: 2019-03-01T18:14:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T12:54:19.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T04:04:45.128Z (over 1 year ago)
- Language: Shell
- Size: 29.3 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-st
NOTE NOTE NOTE: While I still monitor this repo for updates and pull requests, the official version of this is now [here](https://github.com/rec/gitz/).
-----
Nicer git status. It combines the output of ```git diff --stat``` with ```git status -sb```.

## To install
Download the [git-st](https://github.com/rec/git-st/blob/master/git-st) file and save it to your computer, then give it execute permissions with ```chmod -x git-st```.
From there you can either add an alias to the file or add it to you path. Run it from your git repos and rejoice at the sight.
## Integrate with git
Finally, as long as you saved the file as ```git-st``` then you can add it to your PATH (or save it in ```/usr/local/bin/``` for Mac OS users), and then running it with ```git st```, it will find it in the PATH and run it like any other git command.
---
**Note for Mac OS users**
Mac users will need to ```brew install gawk```, as ```awk``` on Mac doesn't have proper support for the ```-v``` option.
Then replace ```awk``` with ```gawk``` in the script.