A lightweight PowerShell helper script that provides convenient shortcuts and utilities for everyday PowerShell tasks.
- Quick access to common PowerShell commands.
- Custom aliases and functions.
- Easy to extend with your own scripts.
# Clone the repository
git clone https://github.com/sharpoverride/powershell-buddy.git
# Add the script to your PowerShell profile
.# Source the script
. .\buddy.ps1
# Run a command
buddy "What is the capital of Romania?"Feel free to open issues or pull requests. Please follow the existing coding style.
MIT