radlinskii / donkeytype

typing test TUI app
MIT License
17 stars 15 forks source link

Add support for Windows #37

Closed radlinskii closed 1 year ago

radlinskii commented 1 year ago

Currently paths for results file and config file are hardcoded to ~/.local and ~/.config and they need to be changed to try to support Windows platform. https://github.com/dirs-dev/dirs-rs is already in the project so it might be handy to use it. But the paths that it uses are different than ~/.local and ~/.config for MacOS, which I'm not a big fan of. I would rather stick to those directories on MacOS still.

Than, once the paths are updated the program would need to be compiled for windows target and tested there.

0Ky commented 1 year ago

I'd like to work on this task, please assign this issue to me.