Tag: screenshot


  • I’ve been wanting to add JavaScript execution to CurlyQ for a while and finally got around to it. In case you’ve missed it, CurlyQ is my command-line web automation tool for fetching, parsing, and responding to web page content, designed to be used as part of a *NIX pipeline. It can grab titles, links, metadata,…

  • Screenshots with CurlyQ

    I’ve been putting a little more time into CurlyQ this week, as I’m able. First thing to note is a breaking change: it will always return an array now, even if there’s only one result. I had waffled on this a little, but for predictability in scripting it really always needs to be a consistent…