diff options
author | Ben Sima <bsima@groq.com> | 2024-07-17 11:15:50 -0700 |
---|---|---|
committer | Ben Sima <bsima@groq.com> | 2024-07-17 11:15:50 -0700 |
commit | aa1fc7460c04794c088ea2cb1b9d5486473f92a8 (patch) | |
tree | 61a9eed1439a2a2a44eb1c6cac7c27f161a7f190 /git-watchdiff | |
parent | 1207d91f683cb0fa1955ee3281621d578f98f0bd (diff) |
Diffstat (limited to 'git-watchdiff')
-rwxr-xr-x | git-watchdiff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-watchdiff b/git-watchdiff new file mode 100755 index 0000000..17fa8b2 --- /dev/null +++ b/git-watchdiff @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +git ls-files | PAGER=cat entr -rc git diff --color=always |