tt icon indicating copy to clipboard operation
tt copied to clipboard

A terminal based typing test.

Results 26 tt issues
Sort by recently updated
recently updated
newest added

self-explanatory; lol i dont know anything about golang, if u find anything like bad practices pls tell me; I am also bad at github and I don't know how to...

I'd to practice typing code as well. Not sure how easy this would be to add though...

todo

Would be great if this cli could be installed using brew on macos. I have some repos that could give you a clue https://github.com/mfuentesg/ksd https://github.com/mfuentesg/homebrew-tap btw, I am releasing my...

todo

Thank you for this wonderful tool. I was wondering if we might request the feature of adding random common punctuation to word lists, e.g. `tt -n 10`. So things like...

todo

quotes like the following show up: WPM: 50 CPM: 252 Accuracy: 97.65% Mistakes: effort�not, intelligence�is Attribution: Winston Churchill They have some symbols that I find annoying because they mark some...

Addresses #42 and #11 The aim of this change is to support code-typing texts using the quote function. This commit changes the previous rendering workflow to one that only runs...

added 'sudo' to mkdir -p /usr/local/bin... because its required to create directories in that location.

Pressing option-backspace or control-backspace only deletes one character on macos as if no modifier was pressed. Only control-w works as it does in terminal in general. macos 12.6.5, both in...

When I tried to compile `tt` on Windows, I faced the following bugs. 1. The word list was not found, because the `path` passed to `readPackedFile` was formatted as `words\1000en`...

Have some build with go1.19 for 0.4.2 release, but the master builds out fine with go1.19. Thanks!