Content
- `htmlq` is a simple command line utility to query HTML content as if you were using jQuery selectors (e.g. wget -q -O- www.google.com | htmlq title)
- `urlf` is an add-on to _htmlq_, as a command line application to deal with URLs and extracting information about them (e.g. urlf -v q "https://www.google.com/search?q=github" obtains _github_).
Installation
The easiest installation is: `pip install htmlq`