Skip to content

Instantly share code, notes, and snippets.

@alfred-landrum
Last active August 29, 2015 14:08
Show Gist options
  • Save alfred-landrum/cc5a43966ad6ec38abc6 to your computer and use it in GitHub Desktop.
Save alfred-landrum/cc5a43966ad6ec38abc6 to your computer and use it in GitHub Desktop.
source from file within gist

Sourcing a file within gist context

Uses the source keyword to reference a file that is contained within the loaded gist.

[
{"time":1,"a":1},
{"time":2,"b":2},
{"time":3,"c":3}
]
source "data.json" | @table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment