Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Crazor/QuickPub
A QuickLook generator for ePub cover pages
https://github.com/Crazor/QuickPub
Last synced: 3 months ago
JSON representation
A QuickLook generator for ePub cover pages
- Host: GitHub
- URL: https://github.com/Crazor/QuickPub
- Owner: Crazor
- License: gpl-3.0
- Created: 2013-05-15T15:20:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-22T11:24:39.000Z (almost 11 years ago)
- Last Synced: 2024-05-13T16:32:36.838Z (6 months ago)
- Language: Objective-C
- Size: 223 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- Mac-QuickLook - QuickPub
README
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](https://github.com/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.