2025-06-28 23:41:18 +08:00
|
|
|
# spf
|
|
|
|
|
|
|
|
> superfile – 现代终端文件管理器。
|
|
|
|
> 更多信息:<https://github.com/yorukot/superfile>.
|
|
|
|
|
|
|
|
- 使用指定路径启动 `spf`:
|
|
|
|
|
|
|
|
`spf {{/path/to/start}}`
|
|
|
|
|
|
|
|
- 使用多个路径启动 `spf`:
|
|
|
|
|
|
|
|
`spf {{/path/to/start1}} {{/path/to/start2}}`
|
|
|
|
|
|
|
|
- 修复快捷键设置,补全缺失的按键:
|
|
|
|
|
2025-06-29 07:25:01 +08:00
|
|
|
`spf {{[--fh|--fix-hotkeys]}}`
|
2025-06-28 23:41:18 +08:00
|
|
|
|
|
|
|
- 修复配置文件,补全缺失的项:
|
|
|
|
|
2025-06-29 07:25:01 +08:00
|
|
|
`spf {{[--fch|--fix-config-file]}}`
|
2025-06-28 23:41:18 +08:00
|
|
|
|
|
|
|
- 使用指定的配置文件与快捷键文件:
|
|
|
|
|
2025-06-29 07:25:01 +08:00
|
|
|
`spf {{[-c|--config-file]}} {{path/to/config.toml}} {{[--hf|--hotkey-file]}} {{path/to/hotkey.toml}}`
|
2025-06-28 23:41:18 +08:00
|
|
|
|
2025-06-29 07:42:09 +08:00
|
|
|
- 将第一个选中的文件路径写入该文件并退出:
|
2025-06-28 23:41:18 +08:00
|
|
|
|
2025-06-29 07:25:01 +08:00
|
|
|
`spf {{[--cf|--chooser-file]}} {{/tmp/chooser-result}}`
|
2025-06-28 23:41:18 +08:00
|
|
|
|
|
|
|
- 显示内部配置和数据目录路径:
|
|
|
|
|
2025-06-29 07:25:01 +08:00
|
|
|
`spf {{[pl|path-list]}}`
|