設定檔路徑
所有 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 |
變更設定檔路徑
你可以使用 -c 或 --config-file flag,為 config.toml 檔案指定不同路徑:
spf -c /path/to/your/config.toml
你可以使用 --hotkey-file flag,為 hotkey.toml 檔案指定不同路徑:
spf --hotkey-file /path/to/your/hotkey.toml
日誌目錄
| Linux | macOS | Windows |
| :------------------------: | :---------------------------------------: | :------------------------: |
| ~/.local/state/superfile | ~/Library/Application Support/superfile | %LOCALAPPDATA%/superfile |
所有設定檔路徑
Config
| Linux | macOS | Windows |
| :-------------------------------: | :---------------------------------------------------: | :------------------------------------: |
| ~/.config/superfile/config.toml | ~/Library/Application Support/superfile/config.toml | %LOCALAPPDATA%/superfile/config.toml |
Hotkeys
| 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 |