It respects .gitignore, filters out binaries and non-text files, adds path headers, and generates a summary report.
Key features:
Exclude patterns via options (e.g., -e .json,.md). Custom output prefix (e.g., -p my). Built in Zig for efficiency.
Install via:
curl -fsSL https://raw.githubusercontent.com/xcaeser/cm/main/install.sh | bash
Usage: cm [directory] outputs <directory-name>-cumul.txt.
Developed to streamline LLM workflows in development.
Feedback welcome.