From 369998370788b5605887afc8fbc7d2d4c6394bb9 Mon Sep 17 00:00:00 2001 From: rs545837 Date: Sun, 28 Jun 2026 18:18:26 -0700 Subject: [PATCH] Add sem to Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d80ef5b..77dffa3 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,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. +* [sem](https://github.com/Ataraxy-Labs/sem) - semantic git: diff, blame, and impact analysis at the function/class level (not lines) across 32 languages via tree-sitter. ## Extensions *Git is designed for source control management. but people extend the idea and push version control to everywhere*