diff --git a/QLArrow.xcodeproj/project.xcworkspace/xcuserdata/bryce.xcuserdatad/UserInterfaceState.xcuserstate b/QLArrow.xcodeproj/project.xcworkspace/xcuserdata/bryce.xcuserdatad/UserInterfaceState.xcuserstate index 64a0333..2537daa 100644 Binary files a/QLArrow.xcodeproj/project.xcworkspace/xcuserdata/bryce.xcuserdatad/UserInterfaceState.xcuserstate and b/QLArrow.xcodeproj/project.xcworkspace/xcuserdata/bryce.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/README.md b/README.md index 9f6511a..c2dfa6c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ # QLArrow -QuickLook plugin for [Arrow](https://arrow.apache.org/) +[QuickLook](https://support.apple.com/guide/mac-help/view-and-edit-files-with-quick-look-mh14119/mac) plugin for various [Arrow](https://arrow.apache.org/) file formats. +[Arrow](https://arrow.apache.org/) is a high-performance, language-agnostic columnar memory format. + +## Roadmap + +[Parquet](https://parquet.apache.org/) is the main use case here but [Arrow IPC](https://arrow.apache.org/docs/format/Columnar.html) may be useful for some. + +Currently, [QLArrow](https://github.com/amoeba/QLArrow) provides [QuickLook](https://support.apple.com/guide/mac-help/view-and-edit-files-with-quick-look-mh14119/mac) previews for: + +- [x] [Parquet](https://parquet.apache.org/) +- [ ] Feather +- [ ] Arrow IPC ## Credit diff --git a/internal.a b/internal.a index e284600..33286cc 100644 Binary files a/internal.a and b/internal.a differ