Closed duot closed 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.
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.
-s
-f
Limitations:
-n
Oops. I didn't realize that a similar work, #57, is already underway 🤦
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:
-n
must be provided for long texts (over default 30)