Show HN: Wallfacer: A terminal session manager for Claude Code Developer Pradipta released Wallfacer, a terminal session manager for Claude Code that indexes all AI coding sessions stored as untitled JSONL files under ~/.claude/projects/ into a local SQLite database, allowing users to name, tag, group, search, resume, or delete sessions from a TUI or CLI. The tool is read-only on Claude's files, supports safe deletes via trash, and is available as a single Go binary for macOS and Linux via go install or pre-built releases. ██╗ ██╗█████╗ ██╗ ██╗ ███████╗█████╗ ██████╗███████╗██████╗ ██║ ██║██╔══██╗██║ ██║ ██╔════╝██╔══██╗██╔════╝██╔════╝██╔══██╗ ██║ █╗ ██║███████║██║ ██║ █████╗ ███████║██║ █████╗ ██████╔╝ ██║███╗██║██╔══██║██║ ██║ ██╔══╝ ██╔══██║██║ ██╔══╝ ██╔══██╗ ╚███╔███╔╝██║ ██║███████╗███████╗██║ ██║ ██║╚██████╗███████╗██║ ██║ ╚══╝╚══╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝╚═╝ ╚═╝ A terminal session manager for Claude Code https://claude.com/claude-code — see every AI coding session you've ever started, then name, tag, group, search, resume, or delete them, from a full-screen browser or straight from the command line. Claude Code stores every conversation as an untitled JSONL file under ~/.claude/projects/ , keyed by whatever directory you were in. After a few weeks you have dozens of transcripts you can't tell apart and no way to find the one you need. wallfacer indexes them all — read-only, it never touches Claude's files — and keeps your titles, tags, and projects in its own local SQLite database. One view of everything — every session, from every directory, sorted by recency Organize — rename sessions, tag them, group them into projects Search — across titles, first prompts, directories, projects, and tags Launch & resume — start new sessions or jump back into old ones, from anywhere Safe deletes — rm moves to trash; only --purge is permanent TUI and CLI — a full-screen browser for humans, subcommands + --json for scripts Extensible — agents are pluggable adapters; Codex, opencode, Cursor CLI, and kiro-cli are on the roadmap go install github.com/pradipta/wallfacer@latest Requires Go 1.22+. Pure Go, no CGO — macOS and Linux. Pre-built binaries are on the releases page https://github.com/pradipta/wallfacer/releases ; building from source is covered in the development guide /pradipta/wallfacer/blob/main/docs/development.md . wallfacer is one binary with two front ends, and which one you get depends on whether you pass a subcommand: | You type | You get | |---|---| wallfacer | The TUI — a full-screen, interactive session browser. Start here. | wallfacer