Conversation
|
Thanks! I think it may be possible to add interactive completions as well, but I'll need a week or two till I'm able to get my hands on a Windows machine to test this. |
u may use pwsh on any system, no 🤔 |
That is correct, but the terminal on Windows doesn't support a lot of the features that most macOS / Linux terminals do, so it's usually advisable to test out features like this on both systems. |
|
Not sure why, but this is somehow not working on Windows Terminal / PowerShell 7.5.1 - I'm just getting normal directory completions. Any idea why this could be happening? |
Resolves #344 ,
Reopens #419
I have tried to implement an equivalent Tab completion for PowerShell, which was to some point successful.
It works like the following:
Unfortunately it doesn't seem to be possible to run interactive queries in PowerShell within the argument completer, therefore I don't know whether it is possible to implement the "space+tab" completion.
Tested on Windows 11 in PowerShell just today.
This GIF shows, how it works:
