snippetbashTip
ranger — Console file manager with VI key bindings. See also: `clifm`, `vifm`, `mc`, `dolphin`. More informat
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:
rangerShow only directories:
ranger --show-only-dirsChange 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 --profileCode Snippets
Launch ranger
rangerShow only directories
ranger --show-only-dirsChange 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 --profileContext
tldr-pages: common/ranger
Revisions (0)
No revisions yet.