Extract HTML content using CSS selectors from the command line
Uses CSS selectors to extract bits content from HTML files
htmlq
$ htmlq 'p' index.html
$ htmlq -a href 'a' page.html
$ curl https://example.com | htmlq '.container h1'