1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-21 19:24:04 +02:00
tldr/pages/common/spf.md

33 lines
802 B
Markdown
Raw Normal View History

2025-06-28 23:41:18 +08:00
# spf
> The superfile – Modern terminal file manager.
> More information: <https://github.com/yorukot/superfile>.
- Launch `spf` with a specific path:
`spf {{/path/to/start}}`
- Launch `spf` with multiple paths:
`spf {{/path/to/start1}} {{/path/to/start2}}`
- Fix hotkey settings by appending missing keys:
`spf {{[-fh|--fix-hotkeys]}}`
2025-06-28 23:41:18 +08:00
- Fix the configuration file by appending missing entries:
`spf {{[--fch|--fix-config-file]}}`
2025-06-28 23:41:18 +08:00
- Use specific configuration and hotkey files:
`spf {{[-c|--config-file]}} {{path/to/config.toml}} {{[--hf|--hotkey-file]}} {{path/to/hotkey.toml}}`
2025-06-28 23:41:18 +08:00
- Set a chooser file: write the opened path to this file and exit:
`spf {{[--cf|--chooser-file]}} {{/tmp/chooser-result}}`
2025-06-28 23:41:18 +08:00
- Show internal configuration and data directory paths:
`spf {{[pl|path-list]}}`