sq/drivers/html/doc.go
2020-08-06 11:58:47 -06:00

12 lines
293 B
Go

// Package html is the future home of the HTML table import driver.
//
// BRAINDUMP:
// A particular use case is this:
// In your browser, select a table, and copy that HTML.
// Then (on macOS):
//
// > pbpaste | sq .data --json
//
// Should output that HTML table as JSON, etc.
package html