From fa4490daf86c8f589bcbe049ae26f42769ccb483 Mon Sep 17 00:00:00 2001 From: eureka-cpu Date: Sun, 9 Aug 2026 00:07:57 -0700 Subject: [PATCH] doc: Mention `kitty-diff-git` in `kitty-diff` doc --- docs/kittens/diff.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/kittens/diff.rst b/docs/kittens/diff.rst index 94e02adc0..5b7485953 100644 --- a/docs/kittens/diff.rst +++ b/docs/kittens/diff.rst @@ -115,6 +115,12 @@ Now to use kitty-diff to view git diffs, you can simply do:: Once again, creating an alias for this command is useful. +Alternatively, `git-kitten-diff `__ +is a git plugin that forwards ``git diff`` arguments to kitty-diff without +needing any :file:`~/.gitconfig` changes. Once installed, simply run:: + + git kitten diff + Why does this work only in kitty? ----------------------------------------