Phanx / wow-addon-updater

Install and update World of Warcraft addons from the command line on Linux
zlib License
4 stars 1 forks source link

Install by name #22

Open p3lim opened 6 years ago

p3lim commented 6 years ago

install.lua should be able to take addon names and use the same matching procedure as update.lua to try and match the name to the actual addon. This would make the barrier of entry for installing addons much smaller.

Phanx commented 6 years ago

Shouldn't be too hard, but since you'd typically find a new addon on a release site first anyway (versus just thinking of a name and using the script as a search engine) it doesn't seem like there's much of a barrier.

p3lim commented 6 years ago

If you know the name (fresh install) or getting the name by reference from friends or something, those are just two scenarios where this feature would be nice.