insanum / sncli

Simplenote CLI
MIT License
397 stars 34 forks source link

Doesn't work on Windows #119

Open xmha97 opened 2 years ago

xmha97 commented 2 years ago

Doesn't work on Windows :( image

samuelallan72 commented 2 years ago

@xmha97 yes that's correct, Windows is not supported. It's not easy to add support either, because the UI library we use doesn't support Windows: https://github.com/urwid/urwid/issues/152

N0ury commented 2 years ago

But it works fine on WSL

samuelallan72 commented 2 years ago

@N0ury yep, because WSL is a Linux variant. ;)

Maybe we should document supported systems in the readme; PRs welcome. :)

xmha97 commented 2 years ago

OK, please write in the README file that is not working in Windows.

clach04 commented 2 years ago

@xmha97 I've posted a PR that I think does what you suggested.

Also take a look at the linked urwid ticket.