Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marginal/qlxplaneobj
This package allows OSX Finder to display thumbnails and QuickLook previews for X-Plane 3D Object files.
https://github.com/marginal/qlxplaneobj
Last synced: about 1 month ago
JSON representation
This package allows OSX Finder to display thumbnails and QuickLook previews for X-Plane 3D Object files.
- Host: GitHub
- URL: https://github.com/marginal/qlxplaneobj
- Owner: Marginal
- License: other
- Created: 2016-04-13T18:49:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T16:59:04.000Z (about 6 years ago)
- Last Synced: 2024-04-23T04:57:38.375Z (7 months ago)
- Language: C
- Homepage:
- Size: 345 KB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license.rtf
Awesome Lists containing this project
README
QuickLook XPlane Object
=======================This package allows Finder on OSX 10.9 and later to display thumbnails and QuickLook previews for [X-Plane](http://www.x-plane.com) 3D Object files.
Installation
------------
* Download the `.pkg` file of the [latest release](https://github.com/Marginal/QLXPlaneObj/releases/latest).
* Double-click on it.
* The Installer app will walk you through the installation process.
* To see thumbnails you may need to relaunch Finder (ctrl-⌥-click on the Finder icon in the Dock and choose Relaunch) or log out and back in again.
* You may experience high disk usage for a few minutes after installation while Spotlight re-indexes all of your X-Plane objects.Screenshots
-----------
![Finder screenshot](img/finder.jpeg) ![Get Info](img/getinfo.jpeg) ![Preview](img/preview.jpeg) ![Multiple](img/multiple.jpeg)Uninstall
---------
* Run the Terminal app (found in Applications → Utilities).
* Copy the following and paste into the Terminal app:sudo rm -rf "/Library/Application Support/QLXPlaneObj" "/Library/QuickLook/XPlaneObj.qlgenerator" "/Library/Spotlight/XPlaneObj.mdimporter"
* Press Enter.
* Type your password and press Enter.Acknowledgements
----------------
* Uses [xptools](https://github.com/X-Plane/xptools) © Laminar Research, licensed under the MIT/X11 license.
* Packaged using [Packages](http://s.sudre.free.fr/Software/Packages/about.html).License
-------
Copyright © 2016-2018 Jonathan Harris.Licensed under the [GNU Public License (GPL)](http://www.gnu.org/licenses/gpl-2.0.html) version 2 or later.