mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
Merge remote-tracking branch 'remotes/caffeinum/add-pipe-output' into release/0.4.4
This commit is contained in:
commit
6b63d5309f
2 changed files with 59 additions and 41 deletions
|
|
@ -82,6 +82,14 @@ You can customize the behavior of `repo-to-text` with the following options:
|
|||
repo-to-text /path/to/input_dir
|
||||
```
|
||||
|
||||
- `--stdout`: Output the generated text to stdout instead of a file. This is useful for piping the output to another command or saving it to a file using shell redirection. For example:
|
||||
|
||||
```bash
|
||||
repo-to-text --stdout > myfile.txt
|
||||
```
|
||||
|
||||
This will write the output directly to `myfile.txt` instead of creating a timestamped file.
|
||||
|
||||
## Settings
|
||||
|
||||
`repo-to-text` also supports configuration via a `.repo-to-text-settings.yaml` file. By default, the tool works without this file, but you can use it to customize what gets included in the final text file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue