aliasme
agent-ready non-interactive
A shell script to memorize your command in command line.
How to install aliasme
brew install aliasme aliasme use case
Manage and quickly execute frequently used shell commands by assigning them short, memorable aliases.
When to use aliasme
- When you have complex or long commands that you run often and want to reduce typing
- When you want to organize a set of related commands (e.g., deployment, Git operations) under simple names
- When you want to share or backup a collection of custom command shortcuts across machines
When not to use aliasme
- When you need aliases to persist automatically across new terminal sessions without sourcing a script
- When you prefer using native shell alias functionality (e.g., `alias` in Bash) instead of a separate manager
- When you need to define aliases dynamically based on context or environment variables
aliasme features
- · Add an alias with a name and command (`al add`)
- · Remove an alias by name (`al rm`)
- · List all saved aliases (`al ls`)
- · Execute an alias by its name (`al [name]`)
Want your agent to find this automatically?
Add the MCP server to your agent config and it will discover tools like aliasme on its own.
Set up MCP →