Scoop-Core
Scoop-Core copied to clipboard
feat: New completion features
- All config options
'proxy'
'debug'
'default-architecture'
'NO_JUNCTIONS'
'MSIEXTRACT_USE_LESSMSI'
'7ZIPEXTRACT_USE_EXTERNAL'
'SCOOP_REPO'
'SCOOP_BRANCH'
'show_update_log'
'virustotal_api_key:'
'aria2-enabled'
'aria2-retry-wait'
'aria2-split'
'aria2-max-connection-per-server'
'aria2-min-split-size'
'aria2-options'
- [x] Global apps intelisense
- [ ] Available specific versions
<appname>@ - [ ] All
shovel utils --additional-optioncompletion - [ ]
bucket/manifestsyntax support - [ ]
bucket/manifest@versionsyntax support - [ ] Tests
- [ ] Investigate how to easily "install" completion module into
$env:SCOOP\modulesand then allow importing it- Link it as
$env:SCOOP\modules\Scoop-Completion->$env:SCOOP_HOME\supporting\completion❓❓
- Link it as
- [ ] zsh completion
- [ ] Investigate native powershell completion with
Register-ArgumentCompleter