zoxide
zoxide copied to clipboard
Tab completions for PowerShell
Discussed in https://github.com/ajeetdsouza/zoxide/discussions/343
Originally posted by @charlesroper January 31, 2022 I've just installed Zoxide for PowerShell (7.2.1) and just wondering: are there no tab completions? Thanks!
Thanks for considering this - much appreciated 👍
Hey, powershell user here. Is there any update on whether this will be a feature? Is this a no-go due to powershell's lacking autocomplete? Cheers!
Yes I must say zoxide need some powershell love. It's very cool. If I could figure out how to query the zoxiod db it maybe possible to write a ps module that when you press tab provides a list of options or the most likely. Powershell is plays by different rules compared to bash but it should be possible
@boardkeystown: I've been using @twobiers PR linked above for PowerShell completions and it works pretty well.
Regarding querying the zoxide db, that's what zoxide query
does, isn't it?