Created
January 24, 2025 23:22
-
-
Save limcheekin/5f96b30e02c9e3e95d72d23986865b2c to your computer and use it in GitHub Desktop.
gitingest usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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