Browsing Tag
cli
49 posts
5 Nylas CLI commands every AI agent should have access to
Adding email and calendar tools to an AI agent is mostly an exercise in restraint. Give it 50…
nylas init — Guided setup wizard for first-time Nylas CLI users
First time with the Nylas CLI? nylas init is where everything starts. The nylas init command walks you…
I built an open-source tool to distill books into knowledge graphs
I have a bad habit: I buy books faster than I read them. Not because I’m lazy —…
Stop Burning Tokens (and Brain Cells): A CLI Pomodoro Timer for Focused Coding
While struggling with concentration, I’ve always forced myself to use techniques that help me stay in flow while…
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…