--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # ranger > Console file manager with VI key bindings. > See also: `clifm`, `vifm`, `mc`, `dolphin`. > More information: . - Launch ranger: `ranger` - Show only directories: `ranger --show-only-dirs` - Change the configuration directory: `ranger --confdir={{path/to/directory}}` - Change the data directory: `ranger --datadir={{path/to/directory}}` - Print CPU usage statistics on exit: `ranger --profile`