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

33 lines
740 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 --fix-hotkeys`
- Fix the configuration file by appending missing entries:
`spf --fix-config-file`
- Use specific configuration and hotkey files:
`spf --config-file {{path/to/config.toml}} --hotkey-file {{path/to/hotkey.toml}}`
- Set a chooser file: write the opened path to this file and exit:
`spf --chooser-file {{/tmp/chooser-result}}`
- Show internal configuration and data directory paths:
`spf path-list`