mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 23:15:24 +02:00
Merge 22ae11c608
into a098fa0601
This commit is contained in:
commit
db253f6bc4
3 changed files with 96 additions and 0 deletions
32
pages.zh/common/spf.md
Normal file
32
pages.zh/common/spf.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# spf
|
||||
|
||||
> superfile – 现代终端文件管理器。
|
||||
> 更多信息:<https://github.com/yorukot/superfile>.
|
||||
|
||||
- 使用指定路径启动 `spf`:
|
||||
|
||||
`spf {{path/to/directory}}`
|
||||
|
||||
- 使用多个路径启动 `spf`:
|
||||
|
||||
`spf {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- 修复快捷键设置,补全缺失的按键:
|
||||
|
||||
`spf {{[--fh|--fix-hotkeys]}}`
|
||||
|
||||
- 修复配置文件,补全缺失的项:
|
||||
|
||||
`spf {{[--fch|--fix-config-file]}}`
|
||||
|
||||
- 使用指定的配置文件与快捷键文件:
|
||||
|
||||
`spf {{[-c|--config-file]}} {{path/to/config.toml}} {{[--hf|--hotkey-file]}} {{path/to/hotkey.toml}}`
|
||||
|
||||
- 将第一个选中的文件路径写入该文件并退出:
|
||||
|
||||
`spf {{[--cf|--chooser-file]}} {{tmp/chooser-result}}`
|
||||
|
||||
- 显示内部配置和数据目录路径:
|
||||
|
||||
`spf {{[pl|path-list]}}`
|
32
pages.zh_TW/common/spf.md
Normal file
32
pages.zh_TW/common/spf.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# spf
|
||||
|
||||
> superfile – 現代的終端機檔案管理器。
|
||||
> 更多資訊:<https://github.com/yorukot/superfile>.
|
||||
|
||||
- 使用指定路徑啟動 `spf`:
|
||||
|
||||
`spf {{path/to/start}}`
|
||||
|
||||
- 使用多個路徑啟動 `spf`:
|
||||
|
||||
`spf {{path/to/directory1 /path/to/directory2 ...}}`
|
||||
|
||||
- 修復快捷鍵設定,補上缺少的按鍵:
|
||||
|
||||
`spf {{[--fh|--fix-hotkeys]}}`
|
||||
|
||||
- 修復設定檔,補上缺少的項目:
|
||||
|
||||
`spf {{[--fch|--fix-config-file]}}`
|
||||
|
||||
- 使用指定的設定檔與快捷鍵檔案:
|
||||
|
||||
`spf {{[-c|--config-file]}} {{path/to/config.toml}} {{[--hf|--hotkey-file]}} {{path/to/hotkey.toml}}`
|
||||
|
||||
- 將第一個開啟的檔案路徑寫入該檔案並退出:
|
||||
|
||||
`spf {{[--cf|--chooser-file]}} {{tmp/chooser-result}}`
|
||||
|
||||
- 顯示內部設定與資料目錄路徑:
|
||||
|
||||
`spf {{[pl|path-list]}}`
|
32
pages/common/spf.md
Normal file
32
pages/common/spf.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# spf
|
||||
|
||||
> The superfile – Modern terminal file manager.
|
||||
> More information: <https://github.com/yorukot/superfile>.
|
||||
|
||||
- Launch `spf` with a specific path:
|
||||
|
||||
`spf {{path/to/directory}}`
|
||||
|
||||
- Launch `spf` with multiple paths:
|
||||
|
||||
`spf {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- Fix hotkey settings by appending missing keys:
|
||||
|
||||
`spf {{[--fh|--fix-hotkeys]}}`
|
||||
|
||||
- Fix the configuration file by appending missing entries:
|
||||
|
||||
`spf {{[--fch|--fix-config-file]}}`
|
||||
|
||||
- Use specific configuration and hotkey files:
|
||||
|
||||
`spf {{[-c|--config-file]}} {{path/to/config.toml}} {{[--hf|--hotkey-file]}} {{path/to/hotkey.toml}}`
|
||||
|
||||
- Write the path of the first selected file to this file and exit:
|
||||
|
||||
`spf {{[--cf|--chooser-file]}} {{tmp/chooser-result}}`
|
||||
|
||||
- Show internal configuration and data directory paths:
|
||||
|
||||
`spf {{[pl|path-list]}}`
|
Loading…
Add table
Reference in a new issue