Highlight diff-ed patches
Go to file
tastytea 46cf5484fd
Remove old commented code
2022-03-10 15:41:45 +01:00
cmake Seems to work 2022-03-10 13:58:25 +01:00
src Remove old commented code 2022-03-10 15:41:45 +01:00
.clang-format Seems to work 2022-03-10 13:58:25 +01:00
.clang-tidy Seems to work 2022-03-10 13:58:25 +01:00
.editorconfig Seems to work 2022-03-10 13:58:25 +01:00
.gitignore Seems to work 2022-03-10 13:58:25 +01:00
CMakeLists.txt Add readme etc. 2022-03-10 14:36:30 +01:00
CMakePresets.json Seems to work 2022-03-10 13:58:25 +01:00
CODE_OF_CONDUCT.adoc Add readme etc. 2022-03-10 14:36:30 +01:00
CONTRIBUTING.adoc Add readme etc. 2022-03-10 14:36:30 +01:00
LICENSE Seems to work 2022-03-10 13:58:25 +01:00
README.adoc Dix usage source block 2022-03-10 14:48:10 +01:00
screenshot.webp Add screenshot. 2022-03-10 14:47:38 +01:00

README.adoc

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