This package browser is in early development. Mind the rough edges.

most

"Pager" (terminal text viewer) with multiple windows and filters

Most is a paging text viewer. It displays the contents of a file or the output of a command on the terminal, one screenful at a time, and lets you scroll up and down to (re)view the entire text.

You can open multiple windows within most to view different files, or to inspect different parts of the same file, at the same time.

Installation

Install the latest version of most as follows:

guix install most

Or install a particular version:

guix install most@5.2.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of most about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/most'><img src='https://packages.guix.gnu.org/packages/most/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/most/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/most)

Example Org:

[[https://packages.guix.gnu.org/packages/most][https://packages.guix.gnu.org/packages/most/badges/latest-version.svg]]