Config file path
Directories
Section titled “Directories”Config directory
Section titled “Config directory”Linux | macOS | Windows |
---|---|---|
~/.config/superfile | ~/Library/Application Support/superfile | %LOCALAPPDATA%/superfile |
Theme directory
Section titled “Theme directory”Linux | macOS | Windows |
---|---|---|
~/.config/superfile/theme | ~/Library/Application Support/superfile/theme | %LOCALAPPDATA%/superfile/theme |
Data directory
Section titled “Data directory”Linux | macOS | Windows |
---|---|---|
~/.local/share/superfile | ~/Library/Application Support/superfile/ | %LOCALAPPDATA%/superfile |
Changing Config File Path
Section titled “Changing Config File Path”You can use the -c
or --config-file
flag to specify a different path for the config.toml
file:
spf -c /path/to/your/config.toml
You can use the --hotkey-file
flag to specify a different path for the hotkey.toml
file:
spf --hotkey-file /path/to/your/hotkey.toml
Log directory
Section titled “Log directory”Linux | macOS | Windows |
---|---|---|
~/.local/state/superfile | ~/Library/Application Support/superfile | %LOCALAPPDATA%/superfile |
All config file path
Section titled “All config file path”Config
Section titled “Config”Linux | macOS | Windows |
---|---|---|
~/.config/superfile/config.toml | ~/Library/Application Support/superfile/config.toml | %LOCALAPPDATA%/superfile/config.toml |
Hotkeys
Section titled “Hotkeys”Linux | macOS | Windows |
---|---|---|
~/.config/superfile/hotkeys.toml | ~/Library/Application Support/superfile/hotkeys.toml | %LOCALAPPDATA%/superfile/hotkeys.toml |
Log file
Section titled “Log file”Linux | macOS | Windows |
---|---|---|
~/.local/state/superfile/superfile.log | ~/Library/Application Support/superfile/superfile.log | %LOCALAPPDATA%/superfile/superfile.log |