1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ja/common/ranger.md

25 lines
502 B
Markdown
Raw Normal View History

2020-10-24 16:38:04 +09:00
# ranger
> VI キーバインドのコンソールファイルマネージャー
> 詳しくはこちら: <https://github.com/ranger/ranger>.
- ranger を起動する。
`ranger`
- ディレクトリのみ表示する。
`ranger --show-only-dirs`
- 設定ディレクトリを変更する。
`ranger --confdir={{path/to/directory}}`
- データディレクトリを変更する。
`ranger --datadir={{path/to/directory}}`
- 終了時に CPU 使用統計を表示する。
`ranger --profile`