Open vimkim opened 1 year ago
This is so amazing!
Any way to support watch mode?
watch -n 2 git-graph
The above command does not support colors, unfortunately...
This appears to work:
watch -n 2 --color git-graph --color=always
This is so amazing!
Any way to support watch mode?
The above command does not support colors, unfortunately...