cxt: A CLI/TUI Tool to Aggregate Code Files into One Clipboard Block for Claude

cxt is a CLI and TUI tool that aggregates selected directories and files into a single clipboard-ready block, wrapped in XML tags with file paths. Designed for developers using Claude or other AI coding agents, it provides full codebase context in a clean format.
Key Features
- Aggregates entire directories and specific files into one XML-tagged block with file paths.
- TUI picker for interactive file/directory selection.
- Piping support.
- Install via cargo (
cargo install cxt), Homebrew, or AUR (see README). --langflag to filter files by language. Example:cxt --lang rust src/extracts only .rs and Cargo.toml files;cxt --lang bash *includes only scripts.
Usage Example
# Aggregate all Rust files in src/ directory
cxt --lang rust src/
Who It's For
Developers who frequently copy code context for AI coding agents and want an automated, structured way to include file paths and language-specific files.
📖 Read the full source: r/ClaudeAI
👀 See Also

Three Repositories for RAG and AI Agent Development
A Reddit post highlights three repositories for developers building with RAG and AI agents: memvid for agent memory, llama_index for RAG pipelines, and Continue for coding assistants. The author notes that pure RAG works best for knowledge retrieval, while memory systems are better for agents, with hybrid approaches being common in real tools.

js-notepad: A Scriptable Notepad with Built-in MCP Server for Claude Code
js-notepad is a free, open-source scriptable notepad application built with Claude Code assistance. It features a built-in MCP server, allowing Claude Code to directly interact with the app for reading/writing pages, executing scripts, creating todos, and pushing results.

MCP Server for Local XMind Mind Map Files Released
A developer has published an MCP server that provides 22 tools for reading and writing local XMind mind map files. The server works with MCP-compatible AI clients like Claude Desktop and Cursor.

FixAI: Browser Game Teaches Consumer Law by Fighting Corporate AI Bots
FixAI is a browser game with 36 levels where players argue against corporate or government AI systems using real consumer laws. Built with Vanilla JS, Node/Express, and Claude Haiku, it features a resistance scoring system and educational explanations of legal arguments.