scoop-completion
scoop-completion copied to clipboard
scoop tab completion, work with powershell
As of https://github.com/PowerShell/PowerShell/pull/11057, you don't need the full path workaround.
Heavily influenced by [npm-completion](https://github.com/PowerShell-Completion/npm-completion) 0.1.0 - https://github.com/PowerShell-Completion/npm-completion/blob/master/src/completions.ps1 - https://github.com/PowerShell-Completion/npm-completion/blob/master/src/npm-completion.ps1 - https://github.com/PowerShell-Completion/npm-completion/blob/master/src/npm-completion.psm1 #### TODO - [ ] remove TabExpansion replacers - [ ] refactor formerly exported params - [ ] use...
See #22 for feature request
To resolve growing PowerShell completion modules, I write a lazy loader module to load them: https://github.com/Cologler/PSLazyCompletion. However, it cannot support `scoop-completion` since `scoop-completion` does not use `Register-ArgumentCompleter` to add the...
when a software is defined in multiple buckets, user could install it by specify a bucket, the format is `scoop install bucket-name/soft-name`, hope scoop-completion could support this.
Is it possible to support aliases in scoop? - It would be very convenient! Usage: ``` > scoop alias add rm 'scoop uninstall @args' > scoop rm ```
A version bump is needed to trigger scoop update