HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

spf — The superfile - Modern terminal file manager. More information: <https://github.com/yorukot/superfil

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thespfterminalcommandmodernclifilesuperfile

Problem

How to use the spf command: The superfile - Modern terminal file manager. More information: <https://github.com/yorukot/superfile>.

Solution

spf — The superfile - Modern terminal file manager. More information: <https://github.com/yorukot/superfile>.

Launch spf with a specific path:
spf {{path/to/directory}}


Launch spf with multiple paths:
spf {{path/to/directory1 path/to/directory2 ...}}


Fix hotkey settings by appending missing keys:
spf {{[--fh|--fix-hotkeys]}}


Fix the configuration file by appending missing entries:
spf {{[--fch|--fix-config-file]}}


Use specific configuration and hotkey files:
spf {{[-c|--config-file]}} {{path/to/config.toml}} {{[--hf|--hotkey-file]}} {{path/to/hotkey.toml}}


Write the path of the first selected file to this file and exit:
spf {{[--cf|--chooser-file]}} {{tmp/chooser-result}}


Show internal configuration and data directory paths:
spf {{[pl|path-list]}}

Code Snippets

Launch `spf` with a specific path

spf {{path/to/directory}}

Launch `spf` with multiple paths

spf {{path/to/directory1 path/to/directory2 ...}}

Fix hotkey settings by appending missing keys

spf {{[--fh|--fix-hotkeys]}}

Fix the configuration file by appending missing entries

spf {{[--fch|--fix-config-file]}}

Use specific configuration and hotkey files

spf {{[-c|--config-file]}} {{path/to/config.toml}} {{[--hf|--hotkey-file]}} {{path/to/hotkey.toml}}

Context

tldr-pages: common/spf

Revisions (0)

No revisions yet.