pasky / speedread

A simple terminal-based open source Spritz-alike (per-word RSVP aligned on optimal reading points)
MIT License
1.06k stars 93 forks source link

Speedreading from a file with special characters does not work #25

Closed vanniktech closed 2 years ago

vanniktech commented 6 years ago
echo "Möööööööööö" > t
speedread t

will yield:

Möööööööööö
screen shot 2018-05-01 at 16 56 24
echo "Möööööööööö" | speedread

does work though.

screen shot 2018-05-01 at 16 57 02
mipper commented 4 years ago

Workaround for this is to cat the file and pipe it into speedread.

cat file.txt | speedread