Skip to content

Larger word lists, more shortcuts, better WPM calculation - toipe v0.4.0

Compare
Choose a tag to compare
@Samyak2 Samyak2 released this 08 Apr 12:36
· 74 commits to main since this release
v0.4.0
41f75a8

A demo of toipe showing a recording of a terminal, running the typing test 3 times and then looping

Highlights

  • 🔤 Larger word lists. Challenge your typing with top500, top1000, top2500 or top5000 word lists. Change word list using the -w flag: toipe -w top1000
    • Breaking change: due to the use of an enum for specifying the -w flag, you can't use the same flag to specify a custom word list file. Use -f instead.
  • ⌨️ More shortcuts. You can now use ctrl-r (to restart typing test), ctrl-c (to quit toipe) and ctrl-w (to clear last word).
    • Breaking change: removed r and q shortcuts in results screen to make it consistent with the typing screen.
  • ♾️ Better WPM calculation. Toipe now uses standard WPM calculation instead of whatever I came up with. A special thanks to Darrien Glasser for explaining the issue (see #21 for details).

PRs merged

New Contributors

Full Changelog: v0.3.1...v0.4.0