diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-02 14:34:58 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-02 14:34:58 +0100 |
commit | e0548714dfbe67da6e2543e0fcc469a1da9e0eea (patch) | |
tree | 8ee613ff76be064215619b92e8191fa80172a0e9 | |
parent | a beginning (diff) | |
download | read-quickly-e0548714dfbe67da6e2543e0fcc469a1da9e0eea.tar.gz read-quickly-e0548714dfbe67da6e2543e0fcc469a1da9e0eea.tar.bz2 read-quickly-e0548714dfbe67da6e2543e0fcc469a1da9e0eea.tar.xz |
add readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | README | 60 |
1 files changed, 60 insertions, 0 deletions
@@ -0,0 +1,60 @@ +NAME + rq - read quickly + +SYNOPSIS + rq [FILE] + +DESCRIPTION + Displays a plain-text file word-by-word in the middle + of the terminal. Words are automatically paged in a + specifyable rate, by default 2 words per second. + Repeated words will be indicated by alternating reverse + video highlighting. + + Escape sequences are printed as-is. + + If no file is specified, or if '-' i specified, stdin + will be paged. + +OPTIONS + None. + +ENVIRONMENT + RQ_RATE + The rate at which the words will be printed. + Defaults to 120 words per minute. + + This should a positive integer optionally + followed by a unit. If no unit is specified, + words per minute will be used. Value units + are (case, insensitive): + + wpm + w/m + /m + wpmin + w/min + /min Words per minute. + + wpsec + w/sec + /sec + wps + w/s + /s + Hz Words per second. + +COMMANDS + + Increase word rate. + - Decrease word rate. + p Pause/resume. + q Exit. + left Go to the previous word. + up Go to the previous word. + right Go to next previous word. + down Go to next previous word. + +SEE ALSO + No similar or otherwise related work known. + Please inform me if you know any. + |