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:
|
|
|
|
|
2025-06-29 07:20:00 +08:00
|
|
|
`spf {{[-fh|--fix-hotkeys]}}`
|
2025-06-28 23:41:18 +08:00
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
2025-06-29 07:20:08 +08:00
|
|
|
`spf {{[--cf|--chooser-file]}} {{/tmp/chooser-result}}`
|
2025-06-28 23:41:18 +08:00
|
|
|
|
|
|
|
- Show internal configuration and data directory paths:
|
|
|
|
|
2025-06-29 07:20:15 +08:00
|
|
|
`spf {{[pl|path-list]}}`
|