aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:56:09 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:56:09 +0100
commitb630bb2e32ca92750eeae568bf80bf9e1f659279 (patch)
tree18c40de1eb556332bd5a16e3391b2757e367d093 /README
parentUpdate e-mail (diff)
downloadread-quickly-b630bb2e32ca92750eeae568bf80bf9e1f659279.tar.gz
read-quickly-b630bb2e32ca92750eeae568bf80bf9e1f659279.tar.bz2
read-quickly-b630bb2e32ca92750eeae568bf80bf9e1f659279.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index f164712..96cb753 100644
--- a/README
+++ b/README
@@ -6,16 +6,16 @@ SYNOPSIS
DESCRIPTION
Displays a plain-text file word-by-word in the middle
- of the terminal. Words are automatically paged in a
+ of the terminal. Words are automatically paged at a
specifiable rate, by default 2 words per second.
- This is a bit slow, you should turn it up when
- gradually until your performance has been optimised.
- Repeated words will be indicated by alternating reverse
- video highlighting.
+ This is a bit slow; you should gradually turn it up
+ until your performance has been optimised. 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
+ If no file is specified, or if '-' is specified, stdin
will be paged.
read-quickly uses a method called rapid serial visual
@@ -56,8 +56,8 @@ COMMANDS
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.
+ right Go to the next word.
+ down Go to the next word.
RATIONALE
This should be obvious.