Split out config and data dirs #4
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kev/Onionr#4
Loading…
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?
The unix standard XDG basedir spec says config should go in $XDG_CONFIG_HOME, while data should go in $XDG_DATA_HOME.
For portability, we could provide some sort of a config option (e.g. an envronment variable such as ONIONR_PORTABLE_HOME) that causes the directories to be overridden to be within the specified directory.