98 update configuration management to use confy for file based configuration #100
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: git/caesar-transfer#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "98-update-configuration-management-to-use-confy-for-file-based-configuration"
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?
Description
The program logic has been changed so that the configuration is now read from a configuration file using confy. These are located under Linux in $XDG_HOME/.config/caesar
Motivation and Context
This serves to further modularize the program and to be able to use different white configurations later on. For example, the configuration is probably read and processed differently in the GUI app (desktop/Android) than in the CLI. This is now possible.
Closes #98
How Has This Been Tested?
manually tested
Screenshots / Logs (if applicable)
Types of Changes
Checklist: