pasky/speedread

Speedreading from a file with special characters does not work

vanniktech opened this issue · 1 comments

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

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

cat file.txt | speedread