QuickLook plugin for various Arrow file formats. Arrow is a high-performance, language-agnostic columnar memory format.
Parquet is the main use case here but Arrow IPC may be useful for some.
Currently, QLArrow provides QuickLook previews for:
- Parquet
- Feather
- Arrow IPC
- Download the latest release and extract the ZIP
- Run
xattr -d com.apple.quarantine QLArrow.qlgenerator
onQLArrow.qlgenerator
- Move to
~/Library/QuickLook
- Pre-requisites
- XCode
- Go
-
Build the Go subproject
go build -buildmode=c-archive -o internal.a ./internal
-
Build the XCode subproject
- Open
QLArrow.xcodeproj
- Build the
QLArrow
target