scripts/scripts/fish/cheat.fish

8 lines
143 B
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