From 51b23295d58b2c2a3be401d0e2dd3aa6dee02c73 Mon Sep 17 00:00:00 2001 From: Ilan Lachkar Date: Fri, 24 Jul 2026 22:24:04 +0000 Subject: [PATCH] Add llm-tokencheck to CLIs & Terminal Tools --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 88e1a50..4b5c200 100644 --- a/readme.md +++ b/readme.md @@ -71,6 +71,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [zx](https://github.com/google/zx) - Tool for writing shell scripts in JavaScript. * [ccr](https://github.com/NeverVane/commandchronicles) - Enhanced CLI history manager, project-aware, with sync and encryption. * [intelli-shell](https://github.com/lasantosr/intelli-shell) - Manage command templates/snippets with dynamic completions and AI integration. +* [llm-tokencheck](https://github.com/ilan-lachkar/llm-tokencheck) - CLI to count tokens and estimate API cost across OpenAI, Anthropic, and Google models before you make the call. ## DevOps & Infrastructure