Skip to content

Instantly share code, notes, and snippets.

@manualbashing
Last active December 9, 2020 09:22
Show Gist options
  • Save manualbashing/a9dc19d10d52dcbb85933c81be337484 to your computer and use it in GitHub Desktop.
Save manualbashing/a9dc19d10d52dcbb85933c81be337484 to your computer and use it in GitHub Desktop.
Get internet answers in your shell

Add the following to your profile:

 how()
 {
        command="${@//[ ]/+}"
        curl cheat.sh/"$command"
        print -S "`curl -s cheat.sh/\"$command?QT\"`"
 }
published: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment