Moeologist / scoop-completion

scoop tab completion, work with powershell
MIT License
173 stars 12 forks source link

Feature: Register-ArgumentCompleter #25

Open BinToss opened 2 years ago

BinToss commented 2 years ago

Heavily influenced by npm-completion 0.1.0

TODO

Related Issues

Resolved #22, #24

Moeologist commented 2 years ago

Thanks for your work. TabExpansion replacer is an awful trick but I know nothing about Register-ArgumentCompleter . BTW, I noticed that EOL was changed to LF (Unix). It may cause some compatibility issues?

brian6932 commented 2 years ago

@Cologler This works when running. $CompletionsDir\commands.ps1, (with the module lines commented out ofc) but it doesn't work with PSLazyCompletion on pwsh launch, do you know how to fix that?

BinToss commented 6 months ago

If it isn't obvious, my priorities have changed and I don't know when I'll come back to this.