Splits large text files into smaller chunks by line count for easier processing of logs, datasets, or documents.
# TXT Chunker Splits large text files into smaller, manageable chunks by line count, ideal for processing logs, datasets, or long documents. ## Usage ```bash # Split file.log into chunks of 500 lines each txt_chunker file.log -n 500 -o part # Split bigdata.txt into 1000-line chunks with default name 'chunk_001.txt', etc. txt_chunker bigdata.txt ``` ## Price $2.50
don't have the plugin yet? install it then click "run inline in claude" again.