mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
Fixes #9 Add support for output via pipe `repo-to-text > myfile.txt`. * Modify `save_repo_to_text` function in `repo_to_text/main.py` to write to stdout if `--stdout` is specified. * Add `--stdout` argument to `argparse` in `repo_to_text/main.py`. * Update `main` function in `repo_to_text/main.py` to handle the new `--stdout` argument. * Update `README.md` to include instructions for using the new pipe output feature. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/kirill-markin/repo-to-text/issues/9?shareId=XXXX-XXXX-XXXX-XXXX). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| main.py | ||