Fish: slopscan a repo using hq
2026-09-03_fish-slop

#fish #code #snippet

https://slopscan.ava.pet/
https://github.com/coderobe/hq/

function slop
	echo -ne (curl --location --silent --data "url=$argv[1]" https://slopscan.ava.pet/scan |
		hq --format 'a' '\n' --format 'br' ':' --format 'div' '{}\n' 'h1, .card-row div' text) |
	string trim
end

§ See Also ^