scoop-completion icon indicating copy to clipboard operation
scoop-completion copied to clipboard

scoop tab completion, work with powershell

Results 8 scoop-completion issues
Sort by recently updated
recently updated
newest added

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...

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.

enhancement

Is it possible to support aliases in scoop? - It would be very convenient! Usage: ``` > scoop alias add rm 'scoop uninstall @args' > scoop rm ```

enhancement

A version bump is needed to trigger scoop update