Skip to content

Remmoze/Alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alias

This command line tool allows you to create alias(es) for specific programs or directories in PATH.

Usage

Add a new alias:

An example to create an alias for a program:

alias add photos "./My Favorite Photo Viewer.exe"

From now on this executable is accessable in the same way as any executable added in PATH You can even use it as a shortcut in Run window (win+R)

Run dialoge box

Same can be done with directories:

alias add minecraft C:\Users\Remmoze\AppData\Roaming\.minecraft\

This alias will open mineraft directory in explorer when executed

Remove an existing alias:

alias remove photos

Get a list of all existing aliases:

alias list

Notes

  • This program modifies Registry keys at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\, thus requires administrative privileges
  • Previous version of this program. Current version uses Cocona for better user experience.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages