This library is not recommended because its code is entirely AI-generated.
๐ช 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!
- ๐ Create aliases easily: Turn any long command into a short one
- ๐ List all your aliases: See all your shortcuts in one place
- ๐๏ธ Remove aliases: Delete shortcuts you don't need anymore
- ๐ฅ๏ธ Interactive UI: Nice menus make it easy to use
- ๐ Works with your shell: Automatically sets up with your terminal
# 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 addma list# Remove with arguments
ma remove g
# Or use interactive mode
ma rm# Uninstall
ma uninstallThis project uses:
To run tests:
just testSee LICENSE for details.