Samyak2 / toipe

yet another typing test, but crab flavoured
MIT License
595 stars 31 forks source link

feat: read words sequentially #66

Closed duot closed 8 months ago

duot commented 8 months ago

Hi there,

I want to practice over existing (non-randomized) texts. I'm toying with this. Maybe eventually, we can do something like cat sample.txt | toipe.

What do you think of this idea?


This change will read words in a text file in sequence. No piping support yet. (Apologies in advance for bad Rust. I'm new to it).

The -s (sequential) flag must be provided in combination with -f.

Limitations:

duot commented 8 months ago

Oops. I didn't realize that a similar work, #57, is already underway 🤦