ShrykeWindgrace

Results 63 comments of ShrykeWindgrace
trafficstars

> I gave it a go on a unix system. Thanks again for putting in the time. Thanks for testing my code! > > It looks like it's functioning _ok_,...

Indeed, I observe the same problem with subcommands, I'll look into it. Regarding the space after trying to complete an already complete word, we can fix that by artificially appending...

@andreasabel Indeed, thanks for bumping the thread, I myself forgot about this PR =)

@HuwCampbell Hi! It's been quite a while since the inception of this PR and since the last interaction in this thread. I understand perfectly well that during these stressful times...

Hi! To be honest, I am not really familiar with inner workings of powershell scripts, I guess I'll manage something partially working soon, but I do not promise anything definitive.

A bit of necroposting: in fact, one does not need a windows machine to use powershell (per https://github.com/PowerShell/PowerShell, it's been cross-platform for quite some time). A more useful remark for...

And a quick addendum: ```powershell $scriptblock = { param($commandName, $parameterName, $stringMatch) $result = & invoke-Expression "myExecutable.exe --bash-completion-index 0 --bash-completion-word $commandName" $result } Register-ArgumentCompleter -Native -CommandName myExecutable.exe -ScriptBlock $scriptBlock ``` This...

Thanks for clarifications! Indeed, current heuristics works perfectly well if we input only past transactions. I wonder if we could a separate directive - something like `{%Y}`, for example -...