Closed jqnatividad closed 1 year ago
I guess this is because Termion doesn't support Windows.
Would it be possible to use crossterm instead, especially now that it's the default backend of tui-rs? https://github.com/fdehau/tui-rs/blob/master/CHANGELOG.md#v0170---2022-01-22
With the justification why https://github.com/fdehau/tui-rs/pull/553
Thanks for reporting! Yes, I think moving to crossterm is needed to support Windows. Other than that, the code currently relies on reading /dev/tty
and we would need to find an equivalent on Windows.
I don't have easy access to a Windows machine though, so this might take some time.
I updated the implementation to use crossterm in v0.1.6
. Appreciate any feedback on whether it works on Windows. Thanks!
I installed csvlens on Windows 11 and it works!
Great stuff! However, it doesn't seem to work on Windows.
When I do
cargo install csvlens
on Windows, I get several errors: