cldctrl: Terminal Dashboard for Managing Claude Code Sessions

What cldctrl Does
cldctrl is a terminal dashboard tool designed to make it easier to track projects, sessions, and usage in Claude Code. The tool focuses on making resuming or starting sessions faster—you arrow to a project and hit enter.
Installation and Setup
Install globally via npm: npm i -g cldctrl. No configuration is required—it reads your existing ~/.claude data and auto-discovers your projects.
Key Features
- Launch or resume Claude Code sessions from a project list
- See active sessions and what they're working on
- Enter on a GitHub issue launches Claude with that issue as context
- Token usage with rate limit bars (5h/7d windows)
- Git status, session history, per-session cost estimates
- Browse project files and commits
Platform Support and Testing
The tool has been tested primarily on Windows. It should work on macOS and Linux but has been less tested—bug reports are welcome.
Additional Resources
Interactive preview available at https://cld-ctrl.com. Source code is on GitHub: https://github.com/RyanSeanPhillips/cldctrl. npm package page: https://www.npmjs.com/package/cldctrl.
📖 Read the full source: r/ClaudeAI
👀 See Also

Hyper iOS App: Voice Recorder with Real-Time Transcription and Action Extraction
Hyper is an iOS voice recorder app that transcribes conversations in real-time, provides summaries and action items, and allows mid-conversation queries via wakeword detection. It's designed for unstructured meetings like 1:1s, coffee chats, and standups.

Claude-switch CLI tool automates switching between Claude Max accounts when hitting usage caps
A developer built claude-switch, a 250-line bash CLI tool that saves and restores Claude Code credentials from macOS Keychain to switch between accounts when one hits usage limits. The tool eliminates browser re-authentication and maintains workflow continuity.

HostMyClaudeHTML: One-Click Sharing for Claude HTML Artifacts
A developer built hostmyclaudehtml.com, a free tool that lets you share Claude-generated HTML artifacts as live URLs by dragging and dropping the .html file. No account is required for uploaders or viewers.

Building a $6.4k Local LLM Server: TCO Breakdown vs API Costs
A developer shares a detailed total cost of ownership for a 4x MI100 local server running llama.cpp, compared to API equivalents including OpenAI and Z.AI coding plans.