Options (6)
--fhbooleanFix hotkey settings by appending missing keys
Example:
spf {{[--fh|--fix-hotkeys]}}--fchbooleanFix the configuration file by appending missing entries
Example:
spf {{[--fch|--fix-config-file]}}-c, --config-filebooleanUse specific configuration and hotkey files
Example:
spf {{[-c|--config-file]}} {{path/to/config.toml}} {{[--hf|--hotkey-file]}} {{path/to/hotkey.toml}}--hfbooleanUse specific configuration and hotkey files
Example:
spf {{[-c|--config-file]}} {{path/to/config.toml}} {{[--hf|--hotkey-file]}} {{path/to/hotkey.toml}}--cfbooleanWrite the path of the first selected file to this file and exit
Example:
spf {{[--cf|--chooser-file]}} {{tmp/chooser-result}}booleanShow internal configuration and data directory paths
Example:
spf {{[pl|path-list]}}Examples (7)
Launch `spf` with a specific path
spf path/to/directoryLaunch `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.tomlWrite the path of the first selected file to this file and exit
spf [--cf|--chooser-file] tmp/chooser-resultShow internal configuration and data directory paths
spf [pl|path-list]made by @shridhargupta | data from tldr-pages