# Fish: slopscan a repo using hq #fish #code #snippet https://slopscan.ava.pet/ https://github.com/coderobe/hq/ ```fish 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 ```