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:
|
|
|
|
|
2025-06-29 07:20:37 +08:00
|
|
|
`spf {{[--fch|--fix-config-file]}}`
|
2025-06-28 23:41:18 +08:00
|
|
|
|
|
|
|
- Use specific configuration and hotkey files:
|
|
|
|
|
2025-06-29 07:20:30 +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
|
|
|
|
|
|
|
- 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]}}`
|