Skip to content

v1.7

Latest
Compare
Choose a tag to compare
@Iipal Iipal released this 02 May 21:45
· 4 commits to master since this release

What's new:

  • Fixed output of current input character in debug mode.
  • Stats now displaying a bit higher.
  • 💞 And other lovely improvements 💞

Flags:

  • -S <path>: Full path to file where your stats will be saved. Default: ./typos.log;
  • -o <fmt_str>: Stats format string. Valid format options: |wrRtcTCaA; Default: wrR|tc|TC|aA;
    • |: Delimiter.
    • w: Net WPM.
    • r: Gross WPM.
    • R: Net WPM v2.
    • t: Total typed characters.
    • c: Characters Per Second.
    • T: Corrected typos.
    • C: All typos.
    • a: Accuracy with corrected typos.
    • A: Accuracy with all typos.
  • -s: Auto-save your stats at the end. Default: false;