Closed happenpappen closed 1 year ago
Excellent @happenpappen 👍🏻
I looked it up, it looks good indeed :) Thank to you!
I'll update this as soon as, attach the binaries to the releases actually and change the readme for the download button links. Do you think it's necessary to provide a binary version on Linux or users will know how to make it work very easily? :)
Merged! 👍🏻
Just @happenpappen, in "conf.py", are you sure that not call "expanduser()" on the path is always correct on Linux ?
Path('~/.config/')
or
Path('~/.config/').expanduser()
Yes, you're right the ".expanuser()" call is missing by accident and must be added. I'll create another PR for this.
Hi Jean-Christophe,
i would like to contribute a Linux version and cleaned up the repository a little bit and made some code changes:
kind regards,
Christoph