code2text windows cli tool
·
368 commits
to main
since this release
code2text - concurrent version
generate random words from text files or source code
use:
-i filename.txt
-u only find underscore words
-n how many words to find
-l how long each word must be
-o output to filename
Example use like this:
code2text -i textfile.txt -n 10 -l 5