Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/rsodre/QuickLookASE
- Owner: rsodre
- Created: 2016-06-12T14:41:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T19:01:04.000Z (over 7 years ago)
- Last Synced: 2024-04-28T05:55:22.779Z (6 months ago)
- Language: Objective-C
- Size: 331 KB
- Stars: 42
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-QuickLook - QuickLookASE
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)