[Feature request] Detailed statistics / export #23

Closed
opened 2022-06-26 23:43:21 +00:00 by rixx · 2 comments
rixx commented 2022-06-26 23:43:21 +00:00 (Migrated from github.com)

It would be great to see which words/letters were a cause for typos.

As an alternative (or an additional feature request), it would be great to see these stats over time, or to pass a flag to print them to stdout after you're done (or to a file). I'd like to see if I improve over time, if I have bad days, etc.

It would be great to see which words/letters were a cause for typos. As an alternative (or an additional feature request), it would be great to see these stats over time, or to pass a flag to print them to stdout after you're done (or to a file). I'd like to see if I improve over time, if I have bad days, etc.
budRich commented 2022-06-30 17:38:54 +00:00 (Migrated from github.com)

I added support for --details option, if set. details will be written to a file in TYPISKT_CACHE/details. Each test will have its own file named with a EPOCHSECONDS time stamp. Below is an example:

difficulty=0
score=8803
wpm=90.00
acc=96.700
clicksum=30
badclicks=1
time=4
keys=y:e,:y,s:x,s:e,l:l,d:o,:d,u:e,r:r,a:b,o:o,m:m,p:p,a:a,n:n,y:y
words=company:Company
corpus=/home/bud/git/lab/typiskt/config/wordlists/english-advanced

The "keys" and "words" work like this: expected_word/char:typed_word/char .

I added support for `--details` option, if set. details will be written to a file in `TYPISKT_CACHE/details`. Each test will have its own file named with a EPOCHSECONDS time stamp. Below is an example: ``` text difficulty=0 score=8803 wpm=90.00 acc=96.700 clicksum=30 badclicks=1 time=4 keys=y:e,:y,s:x,s:e,l:l,d:o,:d,u:e,r:r,a:b,o:o,m:m,p:p,a:a,n:n,y:y words=company:Company corpus=/home/bud/git/lab/typiskt/config/wordlists/english-advanced ``` The "keys" and "words" work like this: expected_word/char:typed_word/char .
rixx commented 2022-07-06 08:25:23 +00:00 (Migrated from github.com)

That looks really good, thank you!

That looks really good, thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bud/typiskt#23
No description provided.