Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 981 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 981 Bytes

QuickPub

A QuickLook generator for ePub cover pages

Installation

Download, unzip and put QuickPub.qlgenerator to ~/Library/QuickLook. Either log out and back in or open a Terminal and run qlmanage -r.

Compiling from source

For the impatient

git clone https://github.com/Crazor/QuickPub.git
git clone https://github.com/aburgh/Objective-Zip.git
cd QuickPub
xcodebuild -scheme "Objective-Zip Framework"
xcodebuild
qlmanage -r

For everyone else

Clone this repository somewhere. Next to it, clone aburgh/Objective-Zip which is referenced by the project file.

Open QuickPub.xcodeproj and hit Project -> Build. Or just run xcodebuild in a terminal. The build phase will copy QuickPub.qlgenerator to ~/Library/QuickLook.

Open a Terminal and run qlmanage -r to notify quicklookd of the changes.