gemmadlou / dq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DQ: Dom Querier For the CLI

Only an idea right now inspired by yq and jq. Not even under development. If you're interested, give me a shout.

The idea 💡

Get the image tag element html from Google

dq http://google.com 'img[alt="Google"]'

Get the html from a local fille

dq index.html

Get each h2 title from a page

cat some.html | dq 'h2[*]'

About