A local-first CLI that captures file edits, app focus, and agent activity across machines into a private SQLite timeline.
Captures file edits and app focus across your projects. Runs as daemon or foreground.
$ wildcard watch ~/code --daemon
Session-grouped timeline of your activity. See what happened and when.
$ wildcard show today
AI-powered summaries of your coding sessions. Understands git context and diffs.
$ wildcard report week
Full-text search across your entire activity timeline with date and type filters.
$ wildcard search "config"
Push activity from multiple machines to a central archive. One feed for everything.
$ wildcard sync push
Agent-powered code analysis reads your git history and explains what changed.
$ wildcard enrich --period week
File edits, app focus, and agent activity flow into a local SQLite timeline. No cloud, no telemetry.
Events are grouped into sessions by idle time, enriched with git metadata and optional AI summaries.
Query your timeline, generate daily briefs, search across devices. Your AI agent can use it too.
Every device syncs to a central archive. One timeline for everything that happened, everywhere.
Run wildcard server start and visit
/ for a live activity view.