A simple and powerful shell alias manager
Magic Alias (command: ma) is a friendly tool that helps you create and manage shell aliases. No more typing long commands over and over again!
Turn any long command into a short one with just a few keystrokes. Magic Alias makes it simple to create shortcuts for your most frequently used commands.
Easily view and manage all your shortcuts in one place. Never forget what aliases you've created with a simple list command.
Delete shortcuts you don't need anymore with a simple command. Keep your alias list clean and organized.
Enjoy a beautiful terminal interface with intuitive menus that make managing your aliases a breeze, even for beginners.
Automatically sets up with your terminal environment. Compatible with Bash, Zsh, and Fish shells with autocompletion support.
# Install Magic Alias
go install github.com/akarachen/magic-alias/cmd/ma@latest
# Setup your shell automatically, with autocompletion included 🔋
ma init
# Create with arguments
ma add g git
# Or use interactive mode
ma add
ma list
# Remove with arguments
ma remove g
# Or use interactive mode
ma rm
# Uninstall
ma uninstall