mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
ranger: add page (#2985)
This commit is contained in:
parent
55204d064f
commit
3865ccfe8b
1 changed files with 24 additions and 0 deletions
24
pages/common/ranger.md
Normal file
24
pages/common/ranger.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# ranger
|
||||
|
||||
> Console file manager with VI key bindings.
|
||||
> Homepage: <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`
|
Loading…
Add table
Reference in a new issue