✨ Magic Alias ✨

A simple and powerful shell alias manager

Note: This library is not recommended because its code is entirely AI-generated.

🌟 What is Magic Alias?

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!

🚀 Features

Create aliases easily

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.

List all your aliases

Easily view and manage all your shortcuts in one place. Never forget what aliases you've created with a simple list command.

Remove aliases

Delete shortcuts you don't need anymore with a simple command. Keep your alias list clean and organized.

Interactive UI

Enjoy a beautiful terminal interface with intuitive menus that make managing your aliases a breeze, even for beginners.

Works with your shell

Automatically sets up with your terminal environment. Compatible with Bash, Zsh, and Fish shells with autocompletion support.

📦 Installation

terminal
# Install Magic Alias
go install github.com/akarachen/magic-alias/cmd/ma@latest

# Setup your shell automatically, with autocompletion included 🔋
ma init

🎮 How to Use

Create a new alias

terminal
# Create with arguments
ma add g git

# Or use interactive mode
ma add

List all your aliases

terminal
ma list

Remove an alias

terminal
# Remove with arguments
ma remove g

# Or use interactive mode
ma rm

Uninstall Magic Alias

terminal
# Uninstall
ma uninstall