-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
Is there a way to get otuput in the short flavour of git status? I am using alias gs='git status -sb' and would like to use scmpuff with it. Side by side of git status -sb and the "long" output from scmpuff_status:
> gs > scmpuff_status
## master...origin/master [ahead 9] # On branch: master | +9 | [*] => $e*
M dotfiles/nvim/bundle/MatchTagAlways #
M dotfiles/nvim/bundle/YouCompleteMe ➤ Changes not staged for commit
M dotfiles/nvim/bundle/camelcasemotion #
M dotfiles/nvim/bundle/ctrlp # modified: [1] dotfiles/nvim/bundle/MatchTagAlways
M dotfiles/nvim/bundle/dirdiff # modified: [2] dotfiles/nvim/bundle/YouCompleteMe
M dotfiles/nvim/bundle/editorconfig # modified: [3] dotfiles/nvim/bundle/camelcasemotion
M dotfiles/nvim/bundle/javacomplete # modified: [4] dotfiles/nvim/bundle/ctrlp
M dotfiles/nvim/bundle/matchit # modified: [5] dotfiles/nvim/bundle/dirdiff
M dotfiles/nvim/bundle/ultisnips # modified: [6] dotfiles/nvim/bundle/editorconfig
M dotfiles/nvim/bundle/xml # modified: [7] dotfiles/nvim/bundle/javacomplete
M dotfiles/shell/aliases # modified: [8] dotfiles/nvim/bundle/matchit
M dotfiles/shell/functions # modified: [9] dotfiles/nvim/bundle/ultisnips
M dotfiles/shell/preEnv-darwin # modified: [10] dotfiles/nvim/bundle/xml
M dotfiles/vim/bundle/MatchTagAlways # modified: [11] dotfiles/shell/aliases
M dotfiles/vim/bundle/angular # modified: [12] dotfiles/shell/functions
M dotfiles/vim/bundle/camelcasemotion # modified: [13] dotfiles/shell/preEnv-darwin
M dotfiles/vim/bundle/dirdiff # modified: [14] dotfiles/vim/bundle/MatchTagAlways
M dotfiles/vim/bundle/editorconfig # modified: [15] dotfiles/vim/bundle/angular
M dotfiles/vim/bundle/javacomplete # modified: [16] dotfiles/vim/bundle/camelcasemotion
M dotfiles/vim/bundle/matchit # modified: [17] dotfiles/vim/bundle/dirdiff
M dotfiles/vim/bundle/xml # modified: [18] dotfiles/vim/bundle/editorconfig
M dotfiles/vim/vimrc # modified: [19] dotfiles/vim/bundle/javacomplete
?? 1 # modified: [20] dotfiles/vim/bundle/matchit
?? 2 # modified: [21] dotfiles/vim/bundle/xml
?? dotfiles/ideavim # modified: [22] dotfiles/vim/vimrc
?? dotfiles/pandoc/ #
➤ Untracked files
#
# untracked: [23] 1
# untracked: [24] 2
# untracked: [25] dotfiles/ideavim
# untracked: [26] dotfiles/pandoc
#
Reactions are currently unavailable