tastytea 4d599e877f
Better color code detection
Should produce less false positives.
2022-03-16 21:24:18 +01:00
2022-03-10 13:58:25 +01:00
2022-03-16 21:24:18 +01:00
2022-03-10 13:58:25 +01:00
2022-03-10 13:58:25 +01:00
2022-03-10 13:58:25 +01:00
2022-03-10 13:58:25 +01:00
2022-03-10 14:36:30 +01:00
2022-03-10 13:58:25 +01:00
2022-03-10 14:36:30 +01:00
2022-03-10 14:36:30 +01:00
2022-03-10 13:58:25 +01:00
2022-03-10 14:48:10 +01:00
2022-03-10 14:47:38 +01:00

highlight-diffpatch

highlight-diffpatch highlights diff-ed patches. It is licensed under the AGPL-3.0-only.

Usage

git show --color=always HEAD | highlight-diffpatch
git config --global core.pager "diff-highlight | highlight-diffpatch | less --tabs=4 -RFX"
Screenshot

Install

cmake -S . -B build
cmake --build build --parallel
sudo cmake --install build
Description
Highlight diff-ed patches
Readme 409 KiB
Languages
CMake 65.2%
C++ 34.8%