scripts for my gemini capsule
1
2
3
4
5
6
#!/bin/sh
printf "20 text/gemini\r\n"

    echo "=> ccel.sh?q Direct navigation"
    curl https://ccel.org/index/author | grep 'show=worksBy' | sed 's@/@\t@g' | cut -f3 | sed 's/?.*//g' | sed 's/^/=> ccelauthor.sh?/g'
    return