[READ-ONLY] Mirror of https://github.com/bombshell-dev/tab. shell autocompletions for javascript CLIs
4

Configure Feed

Select the types of activity you want to include in your feed.

shell deps

AmirSa12 (Aug 17, 2025, 11:12 PM +0330) 3e7b5933 47814a7e

+1 -1
+1 -1
.github/workflows/ci.yml
··· 114 114 } 115 115 "powershell" { 116 116 # Install PowerShell Core for consistency across platforms 117 - winget install --id Microsoft.Powershell --source winget --silent 117 + choco install powershell-core -y 118 118 } 119 119 default { 120 120 Write-Host "Shell ${{ matrix.shell }} not supported on Windows"