A World of Warcraft 1.12 addon that enhances the /help command to display all available slash commands from your installed addons.
- Lists all slash commands - Shows every registered slash command from all your addons
- Search/filter - Filter commands by name (e.g.,
/help auxto find all aux-addon commands) - Non-destructive - Preserves the original
/helpoutput, appending it after the command list - Multiple triggers - Shows all aliases for each command (e.g.,
/aux,/auc)
- Download or clone this repository
- Copy the
BetterHelpfolder to yourInterface\AddOnsdirectory - Restart WoW or
/reloadif already in-game
| Command | Description |
|---|---|
/help |
List all slash commands + original help |
/? |
Same as /help |
/slashlist |
List all slash commands (no original help) |
/sl |
Short alias for /slashlist |
/help <filter> |
Filter commands (e.g., /help pfui) |
/help -- Show all commands
/help aux -- Show commands containing "aux"
/sl raid -- Show commands containing "raid"
Commands are displayed in yellow with their internal name in gray:
/aux, /auc (AUX)
/pfui (PFUI)
/reload, /rl (RELOAD)
- Client Version: 1.12.1 (Vanilla)
- Tested On: Turtle WoW
Should work on any 1.12.1 client or private server.
MIT License - Feel free to use, modify, and distribute.