bloznelis / typioca

Cozy typing speed tester in terminal
MIT License
745 stars 20 forks source link

custom prompt #145

Open xendak opened 1 month ago

xendak commented 1 month ago

would be interesting if we could pipe a text into a custom prompt? not like adding words or sentences, just a local < text.txt or something?

maybe eventually with the option to save/quit progress if text was too long

bloznelis commented 1 month ago

That would be pretty nice, yes. The limiting factor for this is lacking CLI (e.g. skipping the menu by calling typioca --test timer --words common). Once we have a proper CLI, we can add an option to pipe in words from a file.