ranger: add page (#2985)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
55204d064f
commit
3865ccfe8b
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`
|
Reference in New Issue
Block a user