From 0e660de4a303d2ff0f2bcc36ea5d82e1f70557ef Mon Sep 17 00:00:00 2001 From: Daniil Antoshin Date: Tue, 11 Aug 2026 09:10:07 +0200 Subject: [PATCH] Add patchtree to Tools Signed-off-by: Daniil Antoshin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95c3938..ff5768e 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [gitbackup](https://github.com/amitsaha/gitbackup) - a tool to backup your Bitbucket, GitHub and GitLab repositories. * [soba](https://github.com/jonhadfield/soba) - scheduled backups of repositories from popular providers with change detection. * [tig](https://github.com/jonas/tig) - text-mode interface for git. +* [patchtree](https://github.com/danilrwx/patchtree) - browser extension that renders `.diff` / `.patch` files (raw URLs or local files) as a code review UI with tree-sitter syntax highlighting. ## Extensions *Git is designed for source control management. but people extend the idea and push version control to everywhere*