From 9aac78723583f3b8f05a88cfb9e3b9547b0ddba3 Mon Sep 17 00:00:00 2001 From: Jeongjin Shin Date: Fri, 3 Jul 2026 21:24:31 +0900 Subject: [PATCH] Add QuotaWake to Tools & Utilities QuotaWake is an open-source, MIT-licensed macOS menu bar app that keeps Claude Code and Codex CLI sessions ready around usage-window resets. Local-first, invokes the official CLIs, stores no provider tokens. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 905c9a3..78269fd 100644 --- a/README.md +++ b/README.md @@ -537,6 +537,7 @@ June 14, 2026 - [**cc-monitor-worker**](https://github.com/cometkim/cc-monitor-worker) - (21 ⭐) - Claude Code monitoring with Cloudflare Workers & Workers Analytics Engine. - [**shotgun-alpha**](https://github.com/shotgun-sh/shotgun-alpha) - (3 ⭐) - Codebase-aware spec engine for Cursor, Claude Code & Lovable. - [**conductor**](https://conductor.build/) - (0 ⭐) - Run a bunch of Claude Codes in parallel. +- [**QuotaWake**](https://github.com/jeongjin0/quotawake) - (1 ⭐) - An open-source macOS menu bar app that keeps Claude Code and Codex CLI sessions ready around usage-window resets; local-first, invokes the official CLIs you already use, and stores no provider tokens. ---