diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-21 12:01:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-21 12:01:39 +0100 |
commit | 250376f60aeebbc215359e51ce003f0e104e7986 (patch) | |
tree | bce660d205538b8cba461d851421d35badd28514 /README | |
parent | Remove dist (diff) | |
download | read-quickly-250376f60aeebbc215359e51ce003f0e104e7986.tar.gz read-quickly-250376f60aeebbc215359e51ce003f0e104e7986.tar.bz2 read-quickly-250376f60aeebbc215359e51ce003f0e104e7986.tar.xz |
Rename to read-quickly2.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,8 +1,8 @@ NAME - rq - read quickly + read-quickly - read quickly SYNOPSIS - rq [FILE] + read-quickly [FILE] DESCRIPTION Displays a plain-text file word-by-word in the middle @@ -18,13 +18,14 @@ DESCRIPTION If no file is specified, or if '-' i specified, stdin will be paged. - rq uses a method called rapid serial visual presentation. + read-quickly uses a method called rapid serial visual + presentation. OPTIONS None. ENVIRONMENT - RQ_RATE + READ_QUICKLY_RATE The rate at which the words will be printed. Defaults to 120 words per minute. |