1
0
Fork 0
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:
Ivan Aracki 2019-05-08 17:10:58 +02:00 committed by Starbeamrainbowlabs
parent 55204d064f
commit 3865ccfe8b

24
pages/common/ranger.md Normal file
View 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`