Files
cheatsheet-tldr/tldr/ranger
2024-04-05 00:13:43 +00:00

31 lines
543 B
Plaintext

---
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: <https://github.com/ranger/ranger>.
- 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`