PowerShell Alias Manager
- PowerShell 7+
- Node.js 14+
- Git
Usage: pals [options] [command]
PowerShell Alias Manager (Advanced)
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
add <aliasName> <command...> Create a new alias (e.g., pals add touch New-Item)
remove|rm <aliasName> Remove an alias
list|ls List aliases
template Template utilities
config Displays the current settings and destination path
path Display command to add the directory to PowerShell PATH
help [command] display help for commanddefault save directory is $HOME/.ps-aliases
npm install -g @nk4dev/palsgit clone https://github.com/yourusername/pals.git
cd pals
npm install
npm linkcommander