HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ranger — Console file manager with VI key bindings. See also: `clifm`, `vifm`, `mc`, `dolphin`. More informat

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandkeycliconsolefilewithrangermanager

Problem

How to use the ranger command: Console file manager with VI key bindings. See also: clifm, vifm, mc, dolphin. More information: <https://github.com/ranger/ranger/blob/master/doc/ranger.pod>.

Solution

ranger — Console file manager with VI key bindings. See also: clifm, vifm, mc, dolphin. More information: <https://github.com/ranger/ranger/blob/master/doc/ranger.pod>.

Launch ranger:
ranger


Show only directories:
ranger --show-only-dirs


Change the configuration directory:
ranger {{[-r|--confdir]}} {{path/to/directory}}


Change the data directory:
ranger --datadir {{path/to/directory}}


Print CPU usage statistics on exit:
ranger --profile

Code Snippets

Launch ranger

ranger

Show only directories

ranger --show-only-dirs

Change the configuration directory

ranger {{[-r|--confdir]}} {{path/to/directory}}

Change the data directory

ranger --datadir {{path/to/directory}}

Print CPU usage statistics on exit

ranger --profile

Context

tldr-pages: common/ranger

Revisions (0)

No revisions yet.