From c34b11507542f183414759a428837ea0817710fc Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Tue, 14 Jul 2026 21:58:17 +0200 Subject: [PATCH 1/4] Add xsawyerx/vind --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index df61c5d..40bdecd 100644 --- a/README.md +++ b/README.md @@ -616,6 +616,10 @@ If you find a well-maintained library that is not yet included here, welcome to - [kdchambers/reel](https://github.com/kdchambers/reel) - Screen capture software for Linux / Wayland. - [ringtailsoftware/commy](https://github.com/ringtailsoftware/commy) - Serial terminal monitor for Linux, Mac and Windows. +### Search + +- [xsawyerx/vind](https://codeberg.org/xsawyerx/vind) - A tiny embeddable full-text search engine that also has a CLI app and a built-in service. + ## Multimedia & Graphics ### GPU Computing From 7ec87ce76879d15e9206c160dbedbeed5fdc07d0 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Tue, 14 Jul 2026 22:47:12 +0200 Subject: [PATCH 2/4] add necessary section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40bdecd..6802db7 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ If you find a well-maintained library that is not yet included here, welcome to - [Machine Learning](#machine-learning) - [Encryption](#encryption) - [Sensor and Communication Interface](#sensor-and-communication-interface) + - [Search](#search) - [Multimedia & Graphics](#multimedia--graphics) - [GPU Computing](#gpu-computing) - [Graphics Library](#graphics-library) From b2782b82c2646c7f7c4434a676fb9e1b96dbe911 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Wed, 22 Jul 2026 12:56:43 +0200 Subject: [PATCH 3/4] Remove from search, put under utilities --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6802db7..3bbf503 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ If you find a well-maintained library that is not yet included here, welcome to - [mtxr/claude-switch](https://github.com/mtxr/claude-switch) - Swap between Claude (Code + Desktop) accounts on macOS with a single command. Credentials stored securely in macOS Keychain. Fully offline. - [copyleftdev/whatthediff](https://github.com/copyleftdev/whatthediff) - Deterministic semantic diff across many files at once — finds consensus, drift, and outliers with inspectable evidence, from configs and JSON/YAML/XML/PDF to executables (SSDeep-style fuzzy analysis). Zero dependencies. - [bare-devcontainer/templates](https://github.com/bare-devcontainer/templates/tree/main/src/zig) - Security-focused Zig dev container with zls integration and a persistent build cache. The base image is available at [bare-devcontainer/images](https://github.com/bare-devcontainer/images/tree/main/zig). +- [xsawyerx/vind](https://codeberg.org/xsawyerx/vind) - A tiny embeddable full-text search engine that also has a CLI app and a built-in service. ### Linker @@ -617,10 +618,6 @@ If you find a well-maintained library that is not yet included here, welcome to - [kdchambers/reel](https://github.com/kdchambers/reel) - Screen capture software for Linux / Wayland. - [ringtailsoftware/commy](https://github.com/ringtailsoftware/commy) - Serial terminal monitor for Linux, Mac and Windows. -### Search - -- [xsawyerx/vind](https://codeberg.org/xsawyerx/vind) - A tiny embeddable full-text search engine that also has a CLI app and a built-in service. - ## Multimedia & Graphics ### GPU Computing From b7ce273073fe7fdd7cbca402d5823b916a87a5d7 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Thu, 23 Jul 2026 10:02:19 +0200 Subject: [PATCH 4/4] Remove nonexistent section --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3bbf503..b25c74d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ If you find a well-maintained library that is not yet included here, welcome to - [Machine Learning](#machine-learning) - [Encryption](#encryption) - [Sensor and Communication Interface](#sensor-and-communication-interface) - - [Search](#search) - [Multimedia & Graphics](#multimedia--graphics) - [GPU Computing](#gpu-computing) - [Graphics Library](#graphics-library)