The Acode Codebase Compressor is a utility for Acode (a lightweight code editor for Android) that merges an entire project codebase into a single text file. This is especially useful for sharing code snippets with LLM's for context understanding, archiving projects, or exporting code for review.
- Recursively traverse your project directory
- Concatenate all recognized code files (
.js,.ts,.py,.html,.css, etc.) into one output file - Preserve relative file paths as section headers
- Optional filters to include/exclude specific file extensions or directories
- Configurable output filename and location