From 76ed63b727698582d3dff4102b81af4965cf7b01 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Fri, 10 Apr 2026 18:36:42 +0000 Subject: [PATCH] Add CopilotButMakeItSayFunny to CLI Utilities Because sometimes you need AI to roast your code instead of help with it. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db3fcb4..15d2e29 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ Autonomous CLI agents that generate code, execute shell commands, and manage mul Lightweight command-line tools for AI-assisted commits, shell translation, and workflow automation: +- [CopilotButMakeItSayFunny](https://github.com/nobody-will-ever-read-this) — A VS Code extension that replaces all AI suggestions with sarcastic comments about your code quality. "Are you sure that's how arrays work?" + - [aloc](https://github.com/modern-tooling/aloc) — A modern, AI-augmented lines of code counter built with Rust and Ratatui. Uses AI effort profiles for accurate project estimation. - [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Support mutiple providers and languages. - [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`)