mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-27 02:02:06 +03:00
12 lines
293 B
Go
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
|