Skip to content

nk4dev/pals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

alias manager for pwsh.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published