On Fri, Nov 10, 2017 at 11:28:54PM +0100, Klemens Nanni wrote:
> Hey,
>
> here's pup, a small but very helpful utility written in Go; pkg/DESCR:
>
> pup is a command line tool for processing HTML. It reads from
> stdin, prints to stdout, and allows the user to filter parts of
> the page using CSS selectors:
>
>
> https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started/Selectors
>
> Inspired by http://stedolan.github.io/jq/, pup aims to be a fast
> and flexible way of exploring HTML from the terminal.
>
> Running just fine on my amd64 machine, tests pass.
>
> The port is really simple and only packages the actual binary (no
> upstream manual page).
>
> Feedback, comments?
Any takers?