Ajeet D'Souza
Ajeet D'Souza
Related: https://github.com/xonsh/xonsh/issues/4536 It seems the way to do this would be to implement [`prompt_toolkit` custom keybindings](https://xon.sh/tutorial_ptk.html).
The way completions are usually built is that we rely on the shell's builtin completions for `` completions, but we use fzf for `` completions (see the [README](https://github.com/ajeetdsouza/zoxide/blob/main/README.md#getting-started)). fzf just...
Absolutely! It may take a while since I'm not familiar with packaging on Windows - if you have experience, I'd appreciate any help!
Regarding CI, I think it might be better to switch over to the [trust](https://github.com/japaric/trust) project. It has testing, releases on multiple architectures, and a shell-based install script. I've already done...
Probably not - if trust takes care of deployment and installation of binaries, I think we should shift to what they're using.
@spencerwooo it appears trust's install script relies on `rustc` unless `target` is explicitly specified. IMHO, this defeats its purpose. I think we can go ahead with GitHub Actions for now....
winget support is currently waiting on https://github.com/microsoft/winget-cli/issues/182 / https://github.com/microsoft/winget-cli/issues/140.
Looks great. Thank you!
@ditsuke I left the issue open because zoxide hasn't been added to WinGet yet. Currently, it's blocked on https://github.com/microsoft/winget-cli/issues/140, but once that happens, I'll close the issue.
Hey @fabioz, cmd.exe is not supported at the moment, you'd only be able to use cmder with the Bash and PowerShell modes. I don't know cmd.exe, so I can't be...