These are copy-paste workflows that pipe Less Software tools together — and sometimes into
sqlite3, jq, strip-tags,
or llm — to do surprisingly useful things.
Everything runs locally. No API keys, no cloud, no heavy runtimes.
Click any recipe to see the command and example output.
--type=email for phone, address, or date to find other entity types.These are less-tested ideas that hint at where composable CLI tools could go. Some are waiting for refinements to the tools. Others are just waiting for someone to try them.
stenographer listen --json (streaming NDJSON) into an LLM per-utterance for live action item extraction. The batch version above works great; the real-time version needs deduplication logic to handle partial updates cleanly.nearme results into SQLite and deduplicating as you go. The two-line pizza database, scaled up.stenographer listen | llm "convert to a poltergeist command" | sh — spoken instructions become accessibility API actions on your desktop.cacophony listen as a background daemon that logs timestamped environmental sounds over a day. A sonic diary of your workspace.tezcatl --screenshot=dash.png a monitoring page, loupe ocr dash.png the image, and pipe to llm "extract KPIs and flag anomalies". Observability without a browser tab.nearme queries (restaurants, parks, transit, groceries) from your current location and pipe them all to llm for a neighborhood profile.If you come up with a recipe using these tools, I'd love to hear about it. Drop me a line at [email protected].