(I'm one of Domainr's creators) Nice work! We've been meaning to build out a Domainr CLI but haven't been able to make time for it -- we were hoping that somebody might put one together via the API.
Thanks for checking it out! Huge fan of Domainr.
11–12 of 12 posts
(I'm one of Domainr's creators) Nice work! We've been meaning to build out a Domainr CLI but haven't been able to make time for it -- we were hoping that somebody might put one together via the API.
domainr() { curl -s domai.nr/api/json/search?q=$1 | tr '{' '\n' | grep register | awk ' { print $2 "-" $12 } ' | sed 's/[^0-9a-z\.\-]/ /g'; }