PlaygroundMDImporter
PlaygroundMDImporter is a Spotlight Importer for Xcode Playground.
Above screenshot also uses qlplayground for previewing Playground.
Requirements
- Xcode 7.3 or later
Installation
Spotlight Importer Locations are the following:
- Local System:
/Library/Spotlight
- User Home:
~/Library/Spotlight
Using Homebrew-Cask
$ brew cask install playgroundmdimporter
$ mdimport -r ~/Library/Spotlight/Playground.mdimporter
Manual Install
- Download Playground.mdimporter-0.1.0.zip
- Unzip it
- Copy
Playground.mdimporter
to either Spotlight Importer Locations - Ask Spotlight to import by running
mdimport -r /Library/Spotlight/Playground.mdimporter
ormdimport -r ~/Library/Spotlight/Playground.mdimporter
Build By Yourself
$ git clone https://github.com/norio-nomura/PlaygroundMDImporter.git
$ cd PlaygroundMDImporter
$ xcodebuild install
$ mdimport -r ~/Library/Spotlight/Playground.mdimporter
Author
Norio Nomura
License
PlaygroundMDImporter is available under the MIT license. See the LICENSE file for more info.