Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rsodre/QuickLookASE

Mac quicklook for ASE files (Adobe Swatch Exchange)
https://github.com/rsodre/QuickLookASE

Last synced: 3 months ago
JSON representation

Mac quicklook for ASE files (Adobe Swatch Exchange)

Awesome Lists containing this project

README

        

# QuickLookASE

Mac QuickLook for ASE files (Adobe Swatch Exchange)

ASE are color palettes that can be exported from Adobe Photoshop, Adobe Illustrator, [Adobe Color CC](https://color.adobe.com/), [Spectrum](http://www.eigenlogik.com/spectrum/mac), [COLOURlovers](http://www.colourlovers.com/), [Prisma](http://www.codeadventure.com/), among many others.

Based on Apple's [QuickLookSketch](https://developer.apple.com/library/prerelease/content/samplecode/QuickLookSketch/Introduction/Intro.html).

ASE format Reference:

# Installation

If you want to skip compilation and just install it, [download Release 1.0](https://github.com/rsodre/QuickLookASE/releases), unzip and copy `QuickLookASE.qlgenerator` to `~/Library/QuickLook/`. To reach that folder in Finder, go to your Home, click on the Go menu on the top bar, hold the Option key and `Library` will magically appear.

Or copy it from a terminal:


cp -R QuickLookASE.qlgenerator ~/Library/QuickLook/

Alternatively, if you use [Homebrew-Cask](https://github.com/caskroom/homebrew-cask), install with:


brew cask install quicklookase

# Notes

How to find the UTI of a file:


mdls -name kMDItemContentType MySwatch.ase

# How It Looks:

![](https://raw.githubusercontent.com/rsodre/QuickLookASE/master/example1.png)

![](https://raw.githubusercontent.com/rsodre/QuickLookASE/master/example2.png)