You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no selector is provided, pretty-print the HTML: curl ... | candle (#16)
When pretty-printing, show self-closing tags without children on 1 line: <meta ...></meta> (#11)
Exit quickly if the CSS selectors are malformed (previously, it was parsing the HTML before showing any CSS selector errors. Now it shows errors before doing any HTML parsing.) (9ef7d8e)
Don't panic when output is truncated in a pipeline: curl ... | candle | head now does what you'd expect. (#13)