diff options
author | max <max@FreeBSD.org> | 1997-06-04 04:11:23 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-04 04:11:23 +0800 |
commit | bc2c1df87833637ef054618e0d84048d766216b2 (patch) | |
tree | 65f9282b0bbd1e0e8614d761da87055b7bf22e89 /misc/most/pkg-descr | |
parent | 71ec4d10b0b05da37c13a7ac9d1c144ea0af8b2c (diff) | |
download | freebsd-ports-gnome-bc2c1df87833637ef054618e0d84048d766216b2.tar.gz freebsd-ports-gnome-bc2c1df87833637ef054618e0d84048d766216b2.tar.zst freebsd-ports-gnome-bc2c1df87833637ef054618e0d84048d766216b2.zip |
New port, most:
A pager (like less) which has support for windows and binary files
PR: 3732
Submitted by: Richard Hwang <rhwang@bigpanda.com>
Diffstat (limited to 'misc/most/pkg-descr')
-rw-r--r-- | misc/most/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/most/pkg-descr b/misc/most/pkg-descr new file mode 100644 index 000000000000..bb4cbc93acbc --- /dev/null +++ b/misc/most/pkg-descr @@ -0,0 +1,15 @@ +most is a pager (like less) that displays, one windowful at a time, +the contents of a file on a terminal. It pauses after each windowful +and prints the following on the window status line: the screen, the +file name, current line number, and the percentage of the file so far +displayed. + +In addition to displaying ordinary text files, most can also display +binary files as well as files with arbitrary ascii characters. As an +option, autosensing of binary files can be disabled (via the -k +option), thereby allowing one to browse files encoded in a different +language (Japanese, Korean, Chinese, etc). + + web site: http://space.mit.edu/%7Edavis/most.html + ftp site: ftp://space.mit.edu/pub/davis/most +maintainer: Richard Hwang <rhwang@bigpanda.com> |