Skip to content

codeshare-dump docs

codeshare is a Python-powered CLI for generating structured repository snapshots for LLM collaboration.

It is designed as a stand-alone tool, not as a dependency of the repositories it inspects.

  • lists repository files
  • dumps full readable source and config text
  • extracts API-only views
  • tracks diffs across snapshots
  • supports read-only snapshots
  • redacts secrets in common config files
  • respects .codeignore-style ignore rules
  • can render explicitly requested files from outside the current repository