Windows support
Closed this issue · 5 comments
Hi!
I found your project via your comment in the pet repo.
After looking trough the repo briefly, my assumption is, that on windows, intelli-shell will only work within a wsl shell, correct?
Is a powershell integration even possible?
Hello!
Using an WSL instance is fully functional, as it's running under a Linux distro.
About PowerShell, I've minimally tested it on PowerShell and it's functional using the cli, no hotkeys yet.
There's no installation script, but you can download the windows version and execute it (or use cargo install
or compile it yourself).
Maybe .exe
extension is needed, I'll test it again and update readme accordingly.
@riscie I've updated readme and release workflow to facilitate Windows PowerShell support including hotkeys, please try it out and close the issue if solved.
Nice! I‘ll check it out.
Do you intend to support Git Bash?
Today the installation script (Linux one) does not work with it.
Terminal support is given by crossterm, which has an open issue for that: crossterm-rs/crossterm#580
So, for the moment, there is no support for Git Bash or similar on Windows 😕