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

ranger

Console file manager

ranger is a console file manager with Vi key bindings. It provides a minimalistic and nice curses interface with a view on the directory hierarchy. It ships with rifle, a file launcher that is good at automatically finding out which program to use for what file type.

Installation

Install the latest version of ranger as follows:

guix install ranger

Or install a particular version:

guix install ranger@1.9.3

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 ranger about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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