Replace 'column' with 'vl' (npm install vl) because Windows

This commit is contained in:
Will Hilton 2016-08-11 14:43:44 -04:00
parent 510e1baba6
commit aae9702010

2
bin/g
View file

@ -222,7 +222,7 @@ done < "$TEMP/merged.branches"
git for-each-ref --sort=-committerdate refs/remotes \
--format='%(HEAD) %(color:green)%(committerdate:relative)%(color:reset)|%(color:red)%(objectname:short)%(color:reset)|%(color:blue)%(refname:short)%(color:reset)' > "$TEMP/remote.branches"
# Print them in columns
cat "$TEMP/local.branches" "$TEMP/remote.branches" | column -ts'|'
cat "$TEMP/local.branches" "$TEMP/remote.branches" | vl -s'\|'
;;
fetch)