toipe icon indicating copy to clipboard operation
toipe copied to clipboard

yet another typing test, but crab flavoured

Results 29 toipe issues
Sort by recently updated
recently updated
newest added

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...

enhancement

# 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...

enhancement
words

# 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...

bug

# 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...

enhancement
help wanted

![image](https://user-images.githubusercontent.com/74460065/173152755-ba27b5ef-5435-4f5a-bebc-34912c97b355.png)

wontfix

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.

good first issue
ci

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...

bug
words

# 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...

enhancement
words