mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-21 18:44:08 +02:00
33 lines
740 B
Markdown
33 lines
740 B
Markdown
![]() |
# 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`
|