pup - Command Line HTML Parser
pup is a command line tool for processing HTML. Think jq but for HTML.

$ cat home.html | pup 'title'
<title>
Erika Rowland
</title>
pup is a command line tool for processing HTML. Think jq but for HTML.

$ cat home.html | pup 'title'
<title>
Erika Rowland
</title>