Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/invokesus/qlvega
QuickLook Plugin for Vega and Vega-Lite
https://github.com/invokesus/qlvega
objective-c quicklook quicklook-plugin vega vega-lite
Last synced: 14 days ago
JSON representation
QuickLook Plugin for Vega and Vega-Lite
- Host: GitHub
- URL: https://github.com/invokesus/qlvega
- Owner: invokesus
- Created: 2018-02-18T01:32:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T16:10:58.000Z (over 6 years ago)
- Last Synced: 2024-10-04T22:14:01.443Z (about 1 month ago)
- Topics: objective-c, quicklook, quicklook-plugin, vega, vega-lite
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-QuickLook - qlvega - Lite | Vega and Vega-Lite files | (Plugins / Manually)
README
qlvega
----------macOS QuickLook Plugin
Introduction
------------qlvega is a QuickLook generator for Vega and Vega-Lite files. It renders the visualization of the selected file using the vl2svg or vg2svg binaries provided with vega-lite and vega.
Prerequisite
------------`npm i -g vega vega-lite`
Make sure vl2svg and vg2svg are in your PATH before invoking qlvega.
Installation
------------Copy the qlvega.qlgenerator to `~/Library/QuickLook`,
To uninstall, simply remove the qlgenerator file mentioned above.
If Homebrew Cask is preferred, then:
`$ git clone https://github.com/invokesus/qlvega.git`
`$ cd qlvega`
`$ brew cask install ./qlvega.rb`
Downloads
---------Source code is available at
Limitations
----------Currently all json files are treated as vega or vega-lite files. This will be fixed very soon.
Acknowledgements
----------------
The QLColorCode project by derzzle and its fork maintained by
anthonygelibert.