Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.05 KB

File metadata and controls

50 lines (39 loc) · 1.05 KB

PALS

PowerShell Alias Manager

Requirements

  • PowerShell 7+
  • Node.js 14+
  • Git

Usage

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 command

default save directory is $HOME/.ps-aliases

Installation

from npm

npm install -g @nk4dev/pals

fron github

git clone https://github.com/yourusername/pals.git
cd pals
npm install
npm link

Using Libraries

commander

Author

@nk4dev