1404er / alias

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alias

A tool for Windows similar to Set-Alias but for CMD

Usage

Download the latest version from the releases page. Put it in a directory and add that directory to the Windows PATH.

Example:

alias purge "rmdir /s /q" -a

This makes an alias "purge" that can be used to delete a directory and its contents.

Arguments

-a, --args

Enables arguments for the alias.

-b, --bat

Tells the program to use the .bat extension instead of .cmd

-e, --echo

Enables echo.

About

License:MIT License


Languages

Language:Go 100.0%