Replies: 1 comment
-
Fair suggestion. It's there on Linux too. That was chosen because it's consistent and easily accessible across platforms, unlike other
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The .kryptor folder which contains the keys resides in the ~/ folder . This at least in MacOs. I havent tried it yet in Linux.
I know i could specify the location of the keys when encrypting and decrypting.
But can it just follow the XDG Base Directory Specification . It makes backing up much easier and its less cluttered in the home folder
Environment variables
$XDG_CONFIG_HOME defines the base directory relative to which user-specific configuration files should be stored. If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used.
Beta Was this translation helpful? Give feedback.
All reactions