mirror of https://github.com/CrimsonTome/tldr.git
25 lines
404 B
Markdown
25 lines
404 B
Markdown
# ranger
|
|
|
|
> Console file manager with VI key bindings.
|
|
> 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`
|