The most popular Gemini hosting

I've constructed some (ugly) one liner:

openssl s_client -crlf -quiet -connect auragem.space:1965 <<< gemini://auragem.space/search/capsules 2>/dev/null | grep -oP 'gemini://[^ ]+' | sed -e 's/[^/]*\/\/\([^@]*@\)\?\([^:/]*\).*/\2/' | grep -oP '[^\.]+\.[^\.]+$' | sort | uniq -c | sort -nr | less

Bellow the current output of this script.

[auragem.space]

--

szczezuja.space CC BY-SA

@ Sun 28 Aug 2022 05:25:52 PM CEST

tags: #gemini, #bash