Tools

AgentsView: local analytics for your coding agents

Posted on Wed, 10 Jun 2026 in Tools • Tagged with agentsview, ai, coding agents, analytics, claude code, pi, codex, open-source

AgentsView is an open-source tool that indexes sessions from 20+ coding agents into a local SQLite database, providing analytics dashboards, cost tracking, and full-text search without sending data off your machine.


Continue reading

Detecting secrets in git with gitleaks

Posted on Thu, 28 May 2026 in tools • Tagged with git, security, gitleaks, tools, cli

gitleaks scans git repositories for secrets, API keys, and leaked credentials. Install it in seconds with gah — it might save you from a very bad day.


Continue reading

Cleaning up npx's hidden cache

Posted on Thu, 28 May 2026 in tools • Tagged with npm, npx, terminal, tools

npx leaves a hidden package cache in ~/.npm/_npx/. Here's how to list what you've accumulated and clean it up.


Continue reading