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
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Gnome Fans Everywhere Rejoice for the Latest Release
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.