Browse Source

spread: быстрое чтение при помощи speedread

master
Maxim Lihachev 9 years ago
parent
commit
629d4b6935
  1. 16
      spread

16
spread

@ -0,0 +1,16 @@
#!/bin/bash
#Создан: Пт 24 июн 2016 14:34:58
#Изменён: Пт 24 июн 2016 15:06:26
if [ ! -z $1 ]; then
DATA=$(cat "$@")
else
DATA=$(cat -)
fi
\rm -rf /tmp/*.speedreading
echo "$DATA" > /tmp/$$.speedreading
urxvtc -e bash -c "fsz 37 && tput clear && tput cup 7 && echo && speedread /tmp/$$.speedreading 2>/dev/null && read"
Loading…
Cancel
Save