#!/usr/bin/env fish function cheat.sh -d 'Grabs a sheet from cheat.sh' -a arg curl cheat.sh/$arg end complete -c cheat.sh -xa '(curl -s cheat.sh/:list)' ## EOF