A flexible, command-line pager
Customizing most
In addition to the viewing and navigation features, most
also has extensive customization options. In several instances, these options are set by modifying environmental variables. For example, by default, most
displays with the foreground and background colors set in your terminal. However, if you set most
as your default pager in your environments, the command can display results in color, including on man pages. Enter the commands:
PAGER=most export PAGER
These two commands apply only to the current terminal or tab. To set colors permanently, you must set up a configuration file (see below).
If you want to turn off colors, run most -C
, or open another terminal with t.
Similarly, if you press the E or e key while viewing a file in most
, you can open the file in a text editor. The text editor is defined by adding its name to the definition of the MOST_EDITOR
or SLANG_EDITOR
variable, using the same structure as in defining most
as your system's default pager. If no editor is defined, then most
uses Vim, assuming it is installed.
Perhaps even more useful, you can modify most
's default options by modifying the MOST_SWITCHES
variable. For example, if you want to view all of a line longer than most
's display, you could enter:
define MOST_SWITCHES "-w"
As you might expect, you can override any default using options added at the command prompt.
Other permanent behavioral changes can be made by creating a configuration file. By default, most
does not install with a configuration file, and many users won't likely miss one. However, if you want to configure keybindings or set colors permanently, you can create a system configuration file named /etc/most.conf
, or a personal configuration file named .mostrc
in your home directory.
Before you change an existing keybinding, check the man page to see whether it is already in use. If it is, start the file with a command like:
unsetkey "^KEYSTROKE"
The circumflex (^
) stands for the Ctrl key, which is the command key that most
uses for keybindings. Put the custom keybindings below all the unsetkey
entries in this format:
setkey "PURPOSE" "^KEYSTROKE"
For example, setkey "up" "^P"
will move the cursor up when Ctrl+P is pressed. I have yet to find a list of most
's purposes, but mostly they seem to be common sense.
A configuration file can also be used to set permanent colors using standard ANSI color codes with the command:
color OBJECT-NAME FOREGROUND-COLOR BACKGROUND-COLOR
OBJECT-NAME
can be filled in with status
(for the status line), underline
, overstrike
, or normal
(anything else) (Figure 3).
The Default Linux Should Have
most
was first released in 1999. While many major distributions carry it, it is not installed by default, and I have to wonder why. Part of the reason may be timing. The more popular less
was released when the basic commands were still being developed, so it was easily accepted. By contrast, by 1999, Unix and Linux users were set in their ways, so most
has had a harder time gaining acceptance.
Or, possibly, less
is good enough for most purposes. After all, how often do users add options to less
when piping another command through it?
However, if you make more demanding use of a pager, or simply like to do your computing in your own way, most
's advantages should be more than enough to convince you that less
, like more
, has survived past its prime.
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
MNT Seeks Financial Backing for New Seven-Inch Linux Laptop
MNT Pocket Reform is a tiny laptop that is modular, upgradable, recyclable, reusable, and ships with Debian Linux.
-
Ubuntu Flatpak Remix Adds Flatpak Support Preinstalled
If you're looking for a version of Ubuntu that includes Flatpak support out of the box, there's one clear option.
-
Gnome 44 Release Candidate Now Available
The Gnome 44 release candidate has officially arrived and adds a few changes into the mix.
-
Flathub Vying to Become the Standard Linux App Store
If the Flathub team has any say in the matter, their product will become the default tool for installing Linux apps in 2023.
-
Debian 12 to Ship with KDE Plasma 5.27
The Debian development team has shifted to the latest version of KDE for their testing branch.
-
Planet Computers Launches ARM-based Linux Desktop PCs
The firm that originally released a line of mobile keyboards has taken a different direction and has developed a new line of out-of-the-box mini Linux desktop computers.
-
Ubuntu No Longer Shipping with Flatpak
In a move that probably won’t come as a shock to many, Ubuntu and all of its official spins will no longer ship with Flatpak installed.
-
openSUSE Leap 15.5 Beta Now Available
The final version of the Leap 15 series of openSUSE is available for beta testing and offers only new software versions.
-
Linux Kernel 6.2 Released with New Hardware Support
Find out what's new in the most recent release from Linus Torvalds and the Linux kernel team.
-
Kubuntu Focus Team Releases New Mini Desktop
The team behind Kubuntu Focus has released a new NX GEN 2 mini desktop PC powered by Linux.