From 63dcd05af8d11b73e62da200c0787221c518d159 Mon Sep 17 00:00:00 2001 From: satoshi toyama Date: Sat, 17 Jan 2026 02:25:46 +0900 Subject: [PATCH] Add llms-furl to similar products list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0faec8..3142ee0 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,10 @@ The `settings.json` file stores your preferences: } ``` +## Related Projects + +- **[llms-furl](https://github.com/toyamarinyon/llms-furl)** — Furl `llms-full.txt` into a structured tree of small, searchable files. While opensrc fetches package source code, llms-furl splits monolithic LLM documentation into a Unix-friendly filesystem you can search with `grep`, `find`, and pipes. + ## License Apache-2.0