Skip to content

code2text windows cli tool

Choose a tag to compare

@lostjared lostjared released this 23 Oct 06:37
· 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