A lightweight launcher-style macOS app that simply graphs array data such as csv / dat / ras / SPEC txt.
- Open —
⌘O - New window —
⌘N - Reveal in Finder —
⌘F - Open in editor (configurable) —
⌘E - Copy path —
⌘P - Save panel image (to Downloads) —
⌘S - Next / previous X-axis column —
⌘X/⇧⌘X - Next / previous Y-axis column —
⌘Y/⇧⌘Y - Open the filter window —
⌥⌘F - Settings —
⌘, - Next / previous window —
⌘`/⇧⌘` - Tile windows —
⌥⌘A - Minimize —
⌘M
In a terminal, move into this folder and run the following two commands in order:
npm install # first time only — fetches dependencies
npm run app:install # builds, installs into /Applications, and launchesAfter that, just run npm run app:install to update to the latest build.

