max-niederman / ttyper

Terminal-based typing test.
MIT License
1.1k stars 78 forks source link

[Feature Request] Add option to randomise words from a customised word list #56

Closed GrimPixel closed 2 years ago

GrimPixel commented 2 years ago

Currently, when playing with customised word list, it shows all words in original sequence. There could be an option to randomise it.

max-niederman commented 2 years ago

This is already a feature. Use the --language-file option.

GrimPixel commented 2 years ago

Could you simply add a description to --language-file? It is hard to guess what it means, and it's not on README. There is something unclear about whether the customized list is presented in random sequence. What about giving two options: -fr, --file-random; -fo, --file-ordered?