-
Notifications
You must be signed in to change notification settings - Fork 186
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
Windows support #293
Comments
@jonathandturner I am actually trying to use crossterm for window's support. But for now there are some blocking issues: |
What about termwiz which is also portable across multiple OS including Windows. It is used in wezterm which is another gpu accelerated terminal written in rust. It has BufferedTerminal for optimal writes to terminal so it only writes deltas as well as first class support for Widgets. |
@prabirshrestha Thanks for point out |
I was super excited to have a library that offers advanced fuzzy search. Not a binary, a library that I can embed as well in my applications. |
@lotabout - are there any updates on skim supporting Windows? |
I was using skim as a library for a little application I'm building, and absolutely loved it. Just found out now though that it doesn't run on Windows, which is a platform I want to support. I'll probably have to call out to fzf instead. I would be willing to help you try and support Windows, although sadly I don't know much about working with terminals. I would imagine the new Windows Terminal product would make it easier to support? |
heatseeker (another fuzzy filter written in Rust) uses the Windows API to write to the console. This should be a good starting point to understand how to do it or how to use termwiz. |
I would definitely to some length be interested in Windows support, in case that were ever to be a thing. I'm using a Windows 11 64-bit PC and currently rocking a Powershell console (which doesn't support emojis either, which is a bummer), so I think it would be cool to see Tbh I'm planning to use this in another project I'm still exploring, so likely in my case just envisioning this as a cargo dependency rather than a binary such as Edit: that project I mentioned can be found here. |
If possible, I'd like to see this done in a way that doesn't rely on |
@lotabout any chance? |
FYI: @rnag, (Off-topic, I know, and 2 years late but at any rate...) The author of the PowerShell module, Terminal-Icons, hasn't pulled this commit yet, but I believe that is their intention... FWIW I use this in module PowerShell, and IMO it's awesome. In the meantime, here is the link to a branch with added emoji support. Hope that helps! |
Is there interesting in adding Windows support, by chance? With more recent libraries, like crossterm, and the new tui libraries, there's more available to build on than when #25 was originally asked.
The text was updated successfully, but these errors were encountered: