โจ Magic Alias โจ
This library is not recommended because its code is entirely AI-generated.
๐ช A simple and powerful shell alias manager
๐ 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
- ๐ 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
๐ฆ Installation
# 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
# Create with arguments
ma add g git
# Or use interactive mode
ma add
List all your aliases
ma list
Remove an alias
# Remove with arguments
ma remove g
# Or use interactive mode
ma rm
Uninstall Magic Alias
# Uninstall
ma uninstall
๐งฐ Development
This project uses:
- Cobra for CLI commands
- Charm for interactive UI
- Just for development tasks
To run tests:
just test
๐ License
See LICENSE for details.