You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Despite having support for XDG_CONFIG_HOME in actions like organize list (as well as having support for finding configs in that location via find_config), the only way to use a config in that location is to explicitly set the ORGANIZER_CONFIG environment variable. It feels silly to have support built into the tool for this convention without supporting it for the most important use case.
Screenshots
❯ organize show
Error: Config problem
Cannot find config "/Users/fontenot/Library/Application Support/organize/config.yaml".
❯ organize list
┏━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Config ┃ Path ┃
┡━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ config │ /Users/fontenot/.config/organize/config.yaml │
└────────┴──────────────────────────────────────────────┘
Environment (please complete the following information):
OS: macOS 14.3
Output of organize --version: organize v3.2.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Despite having support for
XDG_CONFIG_HOME
in actions likeorganize list
(as well as having support for finding configs in that location viafind_config
), the only way to use a config in that location is to explicitly set theORGANIZER_CONFIG
environment variable. It feels silly to have support built into the tool for this convention without supporting it for the most important use case.Screenshots
Environment (please complete the following information):
organize --version
: organize v3.2.2The text was updated successfully, but these errors were encountered: