diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:56:09 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:56:09 +0100 |
| commit | b630bb2e32ca92750eeae568bf80bf9e1f659279 (patch) | |
| tree | 18c40de1eb556332bd5a16e3391b2757e367d093 /README | |
| parent | Update e-mail (diff) | |
| download | read-quickly-48dd34039a7235e1d92a526b8fe0069faf74a837.tar.gz read-quickly-48dd34039a7235e1d92a526b8fe0069faf74a837.tar.bz2 read-quickly-48dd34039a7235e1d92a526b8fe0069faf74a837.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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. |
