pwsh-copilot
v0.0.12
Published
Use GitHub Copilot CLI in PowerShell 5.1 on Windows
Downloads
24
Readme
pwsh-copilot
Use GitHub Copilot CLI in PowerShell 5.1 on Windows.
Install
npm i -g pwsh-copilotVerify
pwsh --version # PowerShell 7.5.4 (shim output)
$PSVersionTable.PSVersion # Actual PowerShell versionUninstall
npm rm -g pwsh-copilot
Remove-Item "$env:APPDATA\npm\pwsh.exe" -ErrorAction SilentlyContinue # Remove leftover shimHow it works
- Installs GitHub Copilot CLI (
@github/copilot) - Fakes
pwsh --version→ printsPowerShell 7.5.4 - Forwards all other arguments to the system’s
powershell.exe
MIT License © 2025 Mathias Lund-Hansen
