macOS
Generates a dedicated zsh alias file and connects it to ~/.zshrc.
source ~/.easyalias/aliases.zsh
Desktop alias manager for developers
Create, import, and maintain terminal shortcuts without hand-editing shell files or scattering command scripts across your machine.
Local first. Platform aware. Built for recurring developer commands.
One idea, native habits
Generates a dedicated zsh alias file and connects it to ~/.zshrc.
source ~/.easyalias/aliases.zsh
Detects bash or zsh, then writes aliases into a managed shell file.
source ~/.easyalias/aliases.sh
Creates readable .cmd files and places them in a user PATH folder.
%USERPROFILE%\.easyalias\bin
No mystery edits
Choose a name, action, and path. The app previews exactly what will be generated.
Review existing safe aliases or command files. Nothing moves before a backup exists.
Open a new terminal and run short commands like beerv2, gs, or dcu.
Install
EasyAlias is local software: no cloud account, no sync service, no hidden shell magic. It writes readable files you can inspect.
Product view
Transparent by design
EasyAlias keeps your startup file tiny and writes managed shortcuts somewhere obvious.
~/.easyalias/config.json
~/.easyalias/aliases.zsh
~/.easyalias/aliases.sh
Each shortcut becomes a small command file under a folder added to your user PATH.
%USERPROFILE%\.easyalias\bin
%USERPROFILE%\.easyalias\bin\beerv2.cmd
where beerv2
Existing aliases are reviewed first, then backed up before selected lines or files move.
~/.zshrc.easyalias-backup-*
~/.bashrc.easyalias-backup-*
~/.easyalias/import-backup-*