Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keith/playgroundquicklook
A Quick Look plugin for playground files
https://github.com/keith/playgroundquicklook
Last synced: 16 days ago
JSON representation
A Quick Look plugin for playground files
- Host: GitHub
- URL: https://github.com/keith/playgroundquicklook
- Owner: keith
- License: mit
- Created: 2014-06-20T22:20:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-13T18:27:02.000Z (over 9 years ago)
- Last Synced: 2024-10-12T06:08:07.245Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 411 KB
- Stars: 40
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlaygroundQuickLook
This is a simple Quick Look plugin for viewing `.playground` files.
## Example
![](https://raw.githubusercontent.com/Keithbsmiley/PlaygroundQuickLook/master/screenshots/screenshot.png)
## Installation
Download the newest binary from the [releases
page](https://github.com/Keithbsmiley/PlaygroundQuickLook/releases)Unzip it and move `PlaygroundQuickLook.qlgenerator` to
`~/Library/QuickLook`. Create the folder if it doesn't exist.You may have to run `qlmanage -r` to refresh Quick Look
### Complex Example
This also works for Playgrounds generated with
[swift-playground-builder](https://github.com/jas/swift-playground-builder)![](https://raw.githubusercontent.com/Keithbsmiley/PlaygroundQuickLook/master/screenshots/complexscreenshot.png)