Pud-Quicklook is a Quicklook plug-in to preview PUD files. PUD files are Warcraft II custom maps, that can be created via editors such as Blizzard's default World Map Editor or war2edit.
Pud-Quicklook relies on the libpud
. More details can be found there: https://github.com/war2/war2tools.
Basically:
make
sudo make install
To uninstall, you can manually remove the pud-quicklook
Plugin from the Finder (in /Library/QuickLook
) or run:
sudo make uninstall
The Pud quicklook plugin in under the MIT license. See LICENSE
for mode details.