Skip to content

Instantly share code, notes, and snippets.

@limcheekin
Created January 24, 2025 23:22
Show Gist options
  • Select an option

  • Save limcheekin/5f96b30e02c9e3e95d72d23986865b2c to your computer and use it in GitHub Desktop.

Select an option

Save limcheekin/5f96b30e02c9e3e95d72d23986865b2c to your computer and use it in GitHub Desktop.
gitingest usage
# gitingest --help
# Usage: gitingest [OPTIONS] SOURCE
# Analyze a directory and create a text dump of its contents.
# Options:
# -o, --output TEXT Output file path (default: <repo_name>.txt in
# current directory)
# -s, --max-size INTEGER Maximum file size to process in bytes
# -e, --exclude-pattern TEXT Patterns to exclude
# -i, --include-pattern TEXT Patterns to include
gitingest -i api/*.py,core/*.py,setup.py -e /api/venv ./podcastfy_system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment