From ec838f905a3db3a78e84b1beda90dfe8c49a7e0f Mon Sep 17 00:00:00 2001 From: Prakersh Maheshwari Date: Sun, 15 Mar 2026 20:22:07 +0530 Subject: [PATCH 1/2] Add onWatch to System Info / Monitoring onWatch is an open-source Go CLI that tracks AI API quota usage across 7 providers with a web dashboard. Lightweight background daemon (<50MB RAM), zero telemetry, GPL-3.0. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b7b1715..22052ca8 100644 --- a/README.md +++ b/README.md @@ -1663,6 +1663,7 @@ _For a more comprehensive/advanced/better categorized/... list of Linux audio so - [![Open-Source Software][oss icon]](https://github.com/sharkdp/hyperfine) [hyperfine](https://github.com/sharkdp/hyperfine) - A command-line benchmarking tool. - [![Open-Source Software][oss icon]](https://github.com/orhun/kmon) [kmon](https://kmon.cli.rs/) - Linux Kernel Manager and Activity Monitor. - [![Open-Source Software][oss icon]](https://github.com/Syllo/nvtop) [NVTOP](https://github.com/Syllo/nvtop) - GPUs process monitoring for AMD, Intel and NVIDIA. +- [![Open-Source Software][oss icon]](https://github.com/onllm-dev/onwatch) [onWatch](https://github.com/onllm-dev/onwatch) - CLI tool that monitors AI API quota usage across 7 providers (Anthropic, OpenAI Codex, GitHub Copilot, and more) with a web dashboard. Background daemon, <50MB RAM, zero telemetry. - [![Open-Source Software][oss icon]](https://github.com/dylanaraps/pfetch) [pfetch](https://github.com/dylanaraps/pfetch) - A pretty system information tool written in POSIX sh. - [![Open-Source Software][oss icon]](https://github.com/KittyKatt/screenFetch) [screenFetch](https://github.com/KittyKatt/screenFetch) - Fetches system/theme information in terminal for Linux desktop screenshots. - [![Open-Source Software][oss icon]](https://github.com/amanusk/s-tui) [s-tui](https://amanusk.github.io/s-tui/) - s-tui is an UI for monitoring your computer's CPU temperature, frequency and utilization in a graphical way from the terminal. From bd6b7735fb343afe840eb9e226de454e0d3228ec Mon Sep 17 00:00:00 2001 From: Prakersh Maheshwari Date: Sun, 15 Mar 2026 20:59:26 +0530 Subject: [PATCH 2/2] Trim description to match neighboring entries Shorten to concise style per review feedback. Use generic "multiple providers" instead of hard-coding names/count. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22052ca8..7a2a1645 100644 --- a/README.md +++ b/README.md @@ -1663,7 +1663,7 @@ _For a more comprehensive/advanced/better categorized/... list of Linux audio so - [![Open-Source Software][oss icon]](https://github.com/sharkdp/hyperfine) [hyperfine](https://github.com/sharkdp/hyperfine) - A command-line benchmarking tool. - [![Open-Source Software][oss icon]](https://github.com/orhun/kmon) [kmon](https://kmon.cli.rs/) - Linux Kernel Manager and Activity Monitor. - [![Open-Source Software][oss icon]](https://github.com/Syllo/nvtop) [NVTOP](https://github.com/Syllo/nvtop) - GPUs process monitoring for AMD, Intel and NVIDIA. -- [![Open-Source Software][oss icon]](https://github.com/onllm-dev/onwatch) [onWatch](https://github.com/onllm-dev/onwatch) - CLI tool that monitors AI API quota usage across 7 providers (Anthropic, OpenAI Codex, GitHub Copilot, and more) with a web dashboard. Background daemon, <50MB RAM, zero telemetry. +- [![Open-Source Software][oss icon]](https://github.com/onllm-dev/onwatch) [onWatch](https://github.com/onllm-dev/onwatch) - Monitor AI API quota usage across multiple providers with a web dashboard. - [![Open-Source Software][oss icon]](https://github.com/dylanaraps/pfetch) [pfetch](https://github.com/dylanaraps/pfetch) - A pretty system information tool written in POSIX sh. - [![Open-Source Software][oss icon]](https://github.com/KittyKatt/screenFetch) [screenFetch](https://github.com/KittyKatt/screenFetch) - Fetches system/theme information in terminal for Linux desktop screenshots. - [![Open-Source Software][oss icon]](https://github.com/amanusk/s-tui) [s-tui](https://amanusk.github.io/s-tui/) - s-tui is an UI for monitoring your computer's CPU temperature, frequency and utilization in a graphical way from the terminal.