ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
22.12k stars 537 forks source link

Tab completions for PowerShell #344

Open ajeetdsouza opened 2 years ago

ajeetdsouza commented 2 years ago

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!
charlesroper commented 2 years ago

Thanks for considering this - much appreciated 👍

henriqpsantos commented 1 year ago

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!

boardkeystown commented 7 months ago

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

nickcox commented 7 months ago

@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?

AtifChy commented 4 months ago

@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?

any idea why it was rejected?