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

FOMOE Enables 397B Qwen3.5 Model Inference on $2,100 Desktop Hardware
FOMOE (Fast Opportunistic Mixture of Experts) allows running Qwen3.5's 397 billion parameter flagship model at 5-9 tokens/second on consumer hardware using two $500 GPUs, 32GB RAM, and an NVMe drive with Q4_K_M quantization.

MiniMax Music 2.5 AI Music Generator Released with Studio-Grade Audio Control
MiniMax Music 2.5 is an AI music generation model that creates studio-quality songs with 44.1kHz Hi-Fi output, 100+ instruments, and paragraph-level precision control using 14+ structural tags for directing song structure.

PinchBench Results: First OpenClaw-Specific AI Coding Agent Benchmark
The first OpenClaw-specific benchmark, PinchBench, ranks 32 AI models by success rate, cost, and speed, with Google's Gemini-3-Flash-Preview leading at 95.1% success for $0.72.

ProofShot: CLI for AI Agents to Verify UI Code with Browser Recording
ProofShot is a CLI tool that lets AI coding agents open a browser, interact with pages, record sessions, and collect errors, then bundles everything into a self-contained HTML file for review. It works with any AI agent via shell commands and is packaged as a skill.