Files
tldr/pages.zh/common/xplr.md

20 lines
439 B
Markdown

# xplr
> 基于终端的文件系统浏览器。
> 更多信息:<https://xplr.dev>。
- 打开一个目录:
`xplr {{path/to/directory}}`
- 聚焦于一个文件:
`xplr {{path/to/file}}`
- 聚焦于一个目录:
`xplr --force-focus {{path/to/directory}}`
- 打开一个目录,并选择特定的文件或目录:
`xplr {{path/to/directory}} {{path/to/selected_file_or_directory1}} {{path/to/selected_file_or_directory2}}`