@bacnh85/pi-windows-tools
v0.3.2
Published
Pi extension for Windows-native tool manipulation — shell profiles, path conversion, command execution, WSL bridge, safety policy, and developer tool discovery.
Downloads
492
Maintainers
Readme
pi-windows-tools
Pi extension for Windows-native tool manipulation — shell profiles, path conversion, command execution, WSL bridge, safety policy, and developer tool discovery.
Installation
npm install @bacnh85/pi-windows-toolsConfiguration
{
"extensions": ["pi-windows-tools"]
}Environment overrides:
PI_WINDOWS_TOOLS_ENABLED=true
PI_WINDOWS_SHELL=pwsh|powershell|cmd|git-bash|wsl
PI_GIT_BASH_PATH=C:\Program Files\Git\bin\bash.exe
PI_WSL_DISTRO=Ubuntu-24.04Commands
pi windows doctor— detect installed developer tools and system statepi windows shell [shell]— set default shell (pwsh/powershell/cmd/git-bash/wsl)
Shell priority
- pwsh (PowerShell 7+)
- powershell (Windows PowerShell 5.1)
- Git Bash
- cmd
- WSL (only when explicitly requested or project config prefers it)
