Jakub Čábera

Results 113 issues of Jakub Čábera

- [x] At first extract all calls into own function - [x] Adopt `Invoke-SystemComSpecCommand` for all comspect calls in codebase to prevent issues like lukesampson/scoop#4356 - https://github.com/lukesampson/scoop/issues/4365#issuecomment-850206309 - [x] Refactor...

enhancement

- **Branch**: - **Powershell Version**: No-bom should be result on all powershell versions and line ending should be selectable

bug
debt

- **Branch**: NEW - **Powershell Version**: git ❌ 7zip ✔ lessmsi ❌

bug

Something like this could be faster ```powershell if ($script:Imported) { return } $script:Imported = $false ... $script:Imported = $true ```

enhancement
in-NEW

Commands implemented: - [x] ~~alias~~ - [x] ~~bucket~~ - [x] ~~cache~~ - [x] cat - [x] ~~checkup~~ - [x] cleanup - [x] ~~config~~ - [x] depends - [x] download -...

enhancement
in-NEW
meta

Investigate usage of classic colored formated string with ansi escapes to fully ditch write-hosts - powershell - pwsh - cmd - linux - fish - bash - zsh - pwsh

enhancement
debt

- [ ] New unified format - As seen in other tools. `scope.property`, `scope.nested.scope...property` - [ ] Defaults - [ ] Help message - [ ] Validation - [ ]...

- **Branch**: - **Powershell Version**: https://github.com/Ash258/Scoop-Core/blob/23a4b3dd7d2afe3b00836552c27ff4b34bd2c5dd/lib/Update.ps1#L83

bug