[Task]: Config and preset files still default to current working directory #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Config and preset files are still based on a bare filename and default to the current working directory.
Current code
Why this is a problem
This means file placement depends on where the script is launched from.
If the tool is started from different directories, config and preset files can end up scattered across the filesystem. That is functional, but messy and not a good long-term behaviour.
Fix approach
Move config and preset storage to a stable XDG-style location, for example under:
or a similar dedicated application path.
Status
Still open.
Not fixed in the current v0.2 working copy.
Config and preset files still default to current working directoryto [Task]: Config and preset files still default to current working directory