A program that "visually dictates" text files.
$ ./dictator.py <filename>
Key | Description |
---|---|
Q, Esc | quit |
ENTER | step forward by 1 token |
LEFT ARROW | step backward by 1 token |
TAB | jump forward by 10 tokens |
BACKSPACE | jump backward by 10 tokens |
0-9 | jump to 0%-90% progress |
SPACE | toggle autoplay |
S | increase autoplay speed |
Shift + S | decrease autoplay speed |
R | reload file |
any other key | step forwad by 1 token |