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

latest release: v0.4.1
2 years ago

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

Don't miss a new toipe release

NewReleases is sending notifications on new releases.