An open API service indexing awesome lists of open source software.

https://github.com/csmith/wow-spec-switch

World of Warcraft addon to allow quick spec switching via a command
https://github.com/csmith/wow-spec-switch

Last synced: about 1 month ago
JSON representation

World of Warcraft addon to allow quick spec switching via a command

Awesome Lists containing this project

README

          

# Simple quick spec switcher for World of Warcraft

Adds a `/spec` command that allows quickly switching spec
using prefixes or initials:

e.g. as a Hunter, `/spec bm` or `/spec b` or `/spec beast`
will all switch to Beast Mastery.

There is no UI, and are no options.

## Installation

1. Download or clone this repository.
2. Copy the `SpecSwitch` folder into your WoW `_retail_/Interface/AddOns/` directory.
3. Reload the UI (`/reload`).

## Provenance

This project was primarily created with an LLM, but with a strong guiding
hand. It's not "vibe coded", but an LLM was still the primary author of most
lines of code. I believe it meets the same sort of standards I'd aim for with
hand-crafted code, but some slop may slip through. I understand if you
prefer not to use LLM-created software, and welcome human-authored alternatives
(I just don't personally have the time/motivation to do so).