25 lines
494 B
Markdown
Raw Normal View History

# 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`