From 0de21b39f9e3e338415f73eac22a82478da96add Mon Sep 17 00:00:00 2001 From: lroolle Date: Tue, 8 Sep 2026 23:34:27 -0700 Subject: [PATCH] storefront: add yolo-tools The org index carried 16 of the 18 public repos that ship something. yolo-tools was one of the two missing, and it is the org's shortest path from a stranger to a working tool: one curl, no runtime, no package manager. Card names both tools, since the installer ships both (see thevibeworks/yolo-tools#3). The other gap is claude-reads, deliberately still absent: its live site has been 25 days behind the archive it serves (thevibeworks/claude-reads#2). Sending visitors to a stale site is worse than not listing it, so that card waits until the ingest is scheduled. Co-Authored-By: Claude Opus 5 --- index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/index.html b/index.html index 7d7b317..eb030eb 100644 --- a/index.html +++ b/index.html @@ -409,6 +409,28 @@

deadman

+
+
+ +

yolo-tools

+
+
+ // curl | bash, then it just works +
+

+ single-file shell utilities with no runtime and no package manager → barkme.sh pushes a notification to your phone from any script, purgeb.sh reclaims the disk your node_modules ate +

+
+ #bash + #cli + #notifications +
+ + yolo.sh + + +
+