mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
add support for splitted text by maximum word count
This commit is contained in:
parent
9431ff9d07
commit
e066b481af
6 changed files with 516 additions and 60 deletions
|
|
@ -18,3 +18,8 @@ ignore-content:
|
|||
- "README.md"
|
||||
- "LICENSE"
|
||||
- "tests/"
|
||||
|
||||
# Optional: Maximum number of words per output file before splitting.
|
||||
# If not specified or null, no splitting based on word count will occur.
|
||||
# Must be a positive integer if set.
|
||||
# maximum_word_count_per_file: 10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue