Skip to content

Instantly share code, notes, and snippets.

@xavierlacot
Created February 27, 2013 21:10
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xavierlacot/5051742 to your computer and use it in GitHub Desktop.
Save xavierlacot/5051742 to your computer and use it in GitHub Desktop.
LibreOffice odp odt ods Quicklook preview on OSX
$ cd /System/Library/QuickLook
$ sudo wget http://trinity.neooffice.org/downloads/neopeek.qlgenerator.tgz | tar xzvf
@stevenkramer
Copy link

Great tip, but I think this works better. I also replaced wget by curl because that is installed by default.

curl http://trinity.neooffice.org/downloads/neopeek.qlgenerator.tgz | sudo tar xzvf -

@kungfuchicken
Copy link

It would probably be even better to import it into /Library, which is a directory intended to be updated by users, instead of /System/Library, which is intended to be managed by Apple:

cd /Library/QuickLook
curl http://trinity.neooffice.org/downloads/neopeek.qlgenerator.tgz | sudo tar xzvf -

also try this if you want to make sure the QuickLook is set (and verify it).

qlmanage -r && qlmanage -m | grep neopeek

@tasmo
Copy link

tasmo commented Aug 29, 2015

No longer available.

@capi1O
Copy link

capi1O commented Sep 27, 2017

available here : https://bugs.documentfoundation.org/attachment.cgi?id=44711

source : https://bugs.documentfoundation.org/show_bug.cgi?id=35361

But the quicklook is not very nice (not like CSV quickloook for example).

@ttrtilley
Copy link

There may be a newer one in NeoOffice Viewer

@iestynx
Copy link

iestynx commented Feb 6, 2018

Just installed the NeoOffice Viewer and there is no Quicklook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment