GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
reed(1) Autoscrolling Pager reed(1)

reed - an auto-scrolling text pager

reed [-p | -u] [-b | -q] [-d delay] [-j jump] filename ...
reed [-h | -v]

Reed is a program originally written to automatically scroll large text files, such as etexts from Project Gutenberg (http://promo.net/pg or http://www.gutenberg.net), but its functionality has expanded to make it a decent default text pager, as well. Its feature set is minimal compared to pagers like less(1), but is large enough for most tasks.

-d delay
Specify the delay between lines. This is in approximately tenths of a second.
Specify how many lines to jump at a time.
Specify the filename to load. Multiple filenames may be given.
Start Reed paused or unpaused, respectively.
Turn on or off audio cues, respectively.
Print a brief message describing command line options.
Print the version number and copyright information.

If the filename given is -, Reed will read from the standard input.

Reed has a selection of commands you can use within it. These commands are based on less(1)'s commands, as well as some other pagers. You can view this list of commands within Reed by pressing 'H'.

Quit Reed.
Set a new delay between lines. Higher numbers mean slower scrolling. This value can be a decimal number. On an infinitely fast computer, a delay of 1 is equal to a pause of 1/10th of a second between lines. Adjust for your own, finitely fast (or slow), system. On a 500 MHz P3 system, a delay of 1 is about 5 lines every second.
Pause the scrolling. Pressing p again resumes it.
+, -
Increase or decrease the delay (slow down or speed up), respectively.
Set the number of lines Reed scrolls at a time. Setting this to a negative number will scroll backwards. Speed is calculated using this; scrolling happens every delay * jump intervals. By default this is 1.
Go to a specific line in a file.
/, ?
Search forward or backward (respectively) for a POSIX regexp.
Repeat the previous search forward or backward.
Forget (unhighlight) the previous search item.
{, [, (
Search for the matching bracket, starting from the top of the screen and going down. This feature does not always work correctly.
}, ], )
Search for the matching bracket, starting from the bottom of the screen and going up. This feature does not always work correctly.
Scroll up one line.
Scroll up a half screen.
Scroll up one whole screen.
Scroll down a line.
Scroll down a half screen.
Scroll down a whole screen.
Go to the top of a file.
Go to the end of a file.
Force a scroll. This is useful with a large jump setting if you read faster than it scrolls.
Go to a bookmark. Bookmarks are file dependent; moving a file invalidates all bookmarks for it. A bookmark name may be up to 25 characters long and contain any characters except \n (including control characters).
Set a bookmark. See the previous comments about bookmarks for more information and caveats.
'
Followed by a single character, this goes to a bookmark named that character. For example, 'a takes you to bookmark a.
"
Followed by a single character, set a bookmark named that character. For example, "a sets bookmark a.
Go to the bookmark named "default" in the current file.
Set a bookmark named "default" in the current file.
Delete a bookmark
Clear all bookmarks in the current file.
View all your bookmarks (by opening and displaying ~/.reed_bookmarks).
!
Run a shell command.
%
Go to a certain percent in the file. This is subject to slight rounding.
Clear and redraw the screen.
Start a text editor opened to the current file. Reed first tries $EDITOR, then $VISUAL, and defaults to /bin/ed.
Toggle audio cues on or off.
Rename the current buffer.
:n
Go to the next buffer in the file list.
:p
Go to the previous buffer in the file list.
:d
Delete the current buffer from the file list.
:e
Load (examine) a new file and add it to the file list.
:q
Quit.
:r
Reload the current file. This also re-spaces it to the new number of columns, so if you resize the terminal, use this.
:o
If you are in a directory view or your bookmarks file, open the file at the top of the screen.

This file stores your bookmarks in the format of

<filename> <linenumber> <bookmark name>

The line number must be an integer. The bookmark name may have any characters in it, but must be under 25 characters long

This is Reed's resource file. Valid options are:

delay number - Set the default delay between lines.
jump number - Set the default number of lines to skip at a time.
beep [on|off] - Set audio signals on or off. The default is on.
paused [on|off] - Start Reed paused or unpaused. The default is paused.

Reed includes two useful scripts by default. breed (before reed) is a utility script for viewing files besides text files. A full list of files supported (and programs needed to view them) is available in the breed(1) manual page.

The other script, wrap, word wraps text files.

The main author of Reed is Joe Wreschnig <piman@sacredchao.net>. However, the AUTHORS file included with Reed lists many more people that have helped with development.

wrap(1), breed(1)

January 11th, 2002 SCOL

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.