toipe
toipe copied to clipboard
yet another typing test, but crab flavoured
This PR closes issue #11. ### Summary This PR adds the ability to save results to a file via the `-r` flag. In the current implementation results are *not* saved...
# What and why? It would be nice if toipe stored the results of each test in a file or a DB on the local system. There could be a...
# What? Currently, toipe selects random words from a list of words. This is fine if you want to measure an ideal speed without punctuation, proper language, etc. (Note: some...
# What? Some tests automatically end as soon as you enter the last character but some others will require you to press space following the last word in order to...
# Summary - Use `anyhow::Result` instead of std/core's `Result`. - Add context to word list errors to say what exactly failed. Fixes #25 - This includes the commits from #26...
# What? As new word lists get added (#17, 7c049c5acdf736958f4db155811edfaa9c9cdb8c, #27), the size of the final release binary increases since these are embedded directly into it. Binary size does not...
0.0 wpm

An example of caching in CI for a rust project: https://github.com/mobusoperandi/michie/blob/4d9584c920223e9891b59de1a013f2bf7c886dcb/.github/workflows/ci.yml#L15-L25 Note that toipe does not use `cargo-run-bin`, so some of that can be removed.
I have i test file with 60 words in it, and when i run `toipe -f words -n 10 ` there will words that occurs multiple times , also the...
# What and why? Currently, the only built-in word list is the top 250 words list. This is very limiting as words will often repeat again in the same line...