-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binaries for Windows #12
Comments
https://gitlab.redox-os.org/redox-os/termion/-/issues/103 cursive = { version = "*", default-features = false, features = ["crossterm-backend"] } but |
Yes, using
skim can be turned off for windows (I wouldn't expect too much windows users) |
Plain cargo commands does not work (sadly), due to pyo3. |
I'm not familiar with scoop.sh (I've just looked and seems that one more package manager), but adding it to chocolatelly would be great! |
I will create |
FWIW Also |
;( sad, looks like most popular rust TUI packages developed not for real desktop os which still have 69% of market share how to turn off |
…ange to crossterm-backend for windows, need to think how to disable `skim` under windows, see details in skim-rs/skim#546
It should be made optional by moving it under |
@Slach Windows artifacts available here - https://github.com/azat/chdig/releases/tag/latest (it even should support OpenSSL, but they should be installed on the system) Though there are some issues with them right now - #21 (and maybe something else, if you want to resolve some of this - I would love to accept patches, windows is not something that I use or want to use...) |
Can you please continue on this one? (moved it into a separate issue - #22) |
thanks for your efforts yes binaries run and work |
Next release is ready - https://github.com/azat-archive/chdig/releases/tag/v0.6.0 |
scoop package created |
Actually it looks it does support them on windows - gyscos/cursive#411 (comment) Need to verify though |
The text was updated successfully, but these errors were encountered: