Skip to content

Instantly share code, notes, and snippets.

@consti
Created May 5, 2014 00:19
Show Gist options
  • Save consti/ea5cad33a0a43f8e2826 to your computer and use it in GitHub Desktop.
Save consti/ea5cad33a0a43f8e2826 to your computer and use it in GitHub Desktop.
Genie
function genie(){
query=`printf "%s+" $@`
echo $query
result=`curl -s "https://weannie.pannous.com/api?out=simple&input=$query"`
echo $result
say $result 2>/dev/null
}
alias hey=genie
alias how="genie how"
alias what="genie what"
alias when="genie when"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment