1
0

batdiff.fish 122 B

123
  1. function batdiff --description 'Git diff powered by Bat Cat'
  2. git diff --name-only --diff-filter=d | xargs bat --diff
  3. end