peerdavid / remapy

An open source explorer for your remarkable tablet to show, upload or delete files via the remarkable cloud.
Apache License 2.0
174 stars 19 forks source link

Add support for XDG base directory specification #33

Closed mehalter closed 3 years ago

mehalter commented 3 years ago

It would be nice to have support for XDG directory locations if the environment variables are set to keep user home directories clean. If they are set they change the following folders:

~/.remapy/data -> $XDG_DATA_HOME/remapy ~/.remapy/config -> $XDG_CONFIG_HOME/remapy/config

peerdavid commented 3 years ago

Thats great, thank you very much!