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

37 lines
542 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# clifm
> 命令行文件管理器。
> 另见:`vifm``ranger``mc``nautilus`。
> 更多信息:<https://github.com/leo-arch/clifm>。
- 启动CliFM
`clifm`
- 打开ELN条目列表编号为12的文件或目录
`12`
- 创建一个新文件和一个新目录:
`n file dir/`
- 在当前目录中搜索PDF文件
`/*.pdf`
- 选择当前目录中的所有PNG文件
`s *.png`
- 删除之前选择的文件(使用`t`将文件发送到回收站):
`r sel`
- 显示帮助:
`?`
- 退出CliFM
`q`