WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

vizzyfreezy/Code-Compress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Acode Codebase Compressor

Overview

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.

Features

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published