website/src/content/docs/configure/config-file-path.md
:::tip
If you want to get the set path you can try spf pl which will print out the file locations of all superfile.
:::
| Linux | macOS | Windows |
|---|---|---|
~/.config/superfile | ~/Library/Application Support/superfile | %LOCALAPPDATA%/superfile |
| Linux | macOS | Windows |
|---|---|---|
~/.config/superfile/theme | ~/Library/Application Support/superfile/theme | %LOCALAPPDATA%/superfile/theme |
| Linux | macOS | Windows |
|---|---|---|
~/.local/share/superfile | ~/Library/Application Support/superfile/ | %LOCALAPPDATA%/superfile |
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
| Linux | macOS | Windows |
|---|---|---|
~/.local/state/superfile | ~/Library/Application Support/superfile | %LOCALAPPDATA%/superfile |
| Linux | macOS | Windows |
|---|---|---|
~/.config/superfile/config.toml | ~/Library/Application Support/superfile/config.toml | %LOCALAPPDATA%/superfile/config.toml |
| Linux | macOS | Windows |
|---|---|---|
~/.config/superfile/hotkeys.toml | ~/Library/Application Support/superfile/hotkeys.toml | %LOCALAPPDATA%/superfile/hotkeys.toml |
| Linux | macOS | Windows |
|---|---|---|
~/.local/state/superfile/superfile.log | ~/Library/Application Support/superfile/superfile.log | %LOCALAPPDATA%/superfile/superfile.log |