Skip to content

codeshare-dump

Share code with LLMs cleanly.

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

It can:

  • list files
  • dump readable source and config text
  • generate API-only views
  • diff against earlier shared snapshots
Terminal window
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.local/bin/env
uv tool install --index-url https://pypi.adastruct.com/simple codeshare-dump
Terminal window
codeshare --full
Terminal window
codeshare \
--api-only \
--code-only \
--exclude-data \
--ignore-lockfiles \
--stdout \
--no-artifact \
--path .

See the docs section: • InstallationUsageExamplesContributors

A few stale things were removed everywhere:

  • --mode ... replaced by --full, --api-only, --diff, --structure
  • --include-docs removed
  • docs are now described as controlled through normal selection and .codeignore, not a special flag