Browsing Tag
cli
45 posts
I built a CLI snippet manager in Rust because I was tired of googling the same things
I have a habit. Every time I sit down to code I end up googling the same thing,…
I got tired of LaTeX, so I built a zero-config Python CLI to turn Markdown into premium PDFs
Have you ever just wanted to turn your standard README.md into a nice, academic-looking PDF without having to…
4 Useful Terminal Commands for Awkward Finder Tasks (Bite-size Article)
Introduction Today’s article is a short one, but I’d like to share four useful Terminal commands I recently…
I got tired of re-wiring the same boilerplate on every project so I built ForgeKit
New project. Blank repo and here I am again, writing the same Dockerfile I wrote last month. Same…
Run, Isolate, and Act: A Minimal Primitive for Container Workflows
You’ve probably wanted to run a one-off command in a clean environment, or pipe a task into an…
Your MCP Server Is Eating Your Context Window. There’s a Simpler Way
TL;DR: MCP tool definitions can burn 55,000+ tokens before an agent processes a single user message. We built…
pingtrace
npm i pingtrace pingtrace is a terminal-first CLI designed for rapid network troubleshooting, combining ping and traceroute with…
CLI tool that explains C memory leaks and suggests fixes
Hello everyone, I’ve developed an open-source tool called Leax. It’s a CLI that acts as a companion to…
How To Shut Up OpenClaw CLI Banner 🦞
Every time you run an OpenClaw command, you’re greeted with a little lobster and a “funny” tagline: 🦞…
Building QM2: A Modern, Dockerized CLI Quiz Engine with 330+ Tests
🚀 The Mission Most quiz applications are web-based, but I wanted something that lives where I spend most…