Skip to content

Instantly share code, notes, and snippets.

@ejcx
Last active May 13, 2017 20:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ejcx/c341881d140444d19724f1b95f049ec5 to your computer and use it in GitHub Desktop.
Save ejcx/c341881d140444d19724f1b95f049ec5 to your computer and use it in GitHub Desktop.
#!/bin/zsh
wf() {
curl -s "https://www.wolframalpha.com/input/autocomplete.jsp?i=$@" | \
jq '.instantMath' | \
jq 'select(.approximateResult != null).approximateResult, select(.exactResult != null).exactResult'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment