Introducing cltree: A File Tree TUI for Claude Code

cltree is a split-pane Terminal User Interface (TUI) designed to run alongside Claude Code. It addresses the challenge of viewing project structures in real-time when using Claude Code in the terminal.
Key Details
- Auto-tracks Directory: cltree automatically tracks Claude Code's current working directory, highlighting it with a bullet (
●). - Noise Reduction: cltree hides unnecessary files such as
node_modulesand build artifacts, minimizing distractions. - File-type Icons: Provides a quick visual way to scan file types with icons.
- Non-intrusive Operation: cltree allows all keystrokes to be directly passed to Claude Code without interference.
- Easy Installation: cltree can be installed with a one-line command:
npm install -g cltree
The tool is particularly beneficial for developers seeking a streamlined workflow while coding with Claude Code.
Why This Matters
The introduction of cltree signifies a step forward in enhancing the developer experience within the AI agent ecosystem. By providing a focused and efficient way to manage project files, cltree empowers developers to maximize their productivity and minimize cognitive load, which is essential in today's fast-paced coding environments.
Key Takeaways
- cltree enhances the usability of Claude Code by providing a real-time view of the project structure.
- The tool's noise reduction feature helps developers concentrate on essential files, improving workflow efficiency.
- With its non-intrusive design, cltree allows for seamless integration into existing coding practices.
- Installation is straightforward, making it accessible for developers looking to enhance their terminal experience quickly.
Getting Started
To begin using cltree, simply open your terminal and run the installation command:
npm install -g cltree. Once installed, launch cltree alongside Claude Code to start visualizing your project structure. You can navigate your files effortlessly, with unnecessary distractions hidden from view, allowing you to focus on your coding tasks. Explore the various features and customize your experience to suit your workflow needs.
📖 Read the full source: r/ClaudeAI
👀 See Also

CrabMeat v0.1.0: A Security-First Agent Gateway That Doesn't Trust the LLM with the Security Boundary
CrabMeat v0.1.0 is a WebSocket gateway for agentic LLM workloads that enforces security at the architectural level: capability ID indirection, effect classes, IRONCLAD_CONTEXT pinned instructions, tamper-evident audit chain, streaming output leak filter, and no YOLO mode.

OpenClaw iOS app adds historical Apple Health data sync up to 18 months
The latest version of the OpenClaw iOS app enables historical Apple Health data export, allowing users to sync up to 18 months of health data to their agent for personalized insights or AI training.

SymDex: Open-Source MCP Code Indexer Reduces AI Agent Token Usage
SymDex is an open-source MCP code indexer that pre-indexes codebases to help AI coding agents find functions and classes without reading entire files, reducing token usage by approximately 97% per lookup according to the developer's benchmarks.

Storybloq: A Project Tracker for Claude Code with Mac App, CLI, and MCP
Storybloq is a free, open-source project tracker that lives in .story/ inside your repo. It includes a Mac app (App Store), a CLI, and an MCP server to expose tickets, issues, and session handovers to Claude Code.