scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

Support for `git diff --stat`? #243

Open branliu0 opened 6 years ago

branliu0 commented 6 years ago

Awesome project! Just wondering whether there is support for git diff --stat and if not, whether it would be easy to add?

ghthor commented 6 years ago

It shouldn't be too hard. If you have scm_breeze installed you can type git_aliases into your terminal and it will print out all the bound aliases. I don't see gds taken, or and entry for git diff --stat in the print out. If you look through the existing aliases for a command with similar inputs & outputs you could use that as a model to implement an alias for gds.