Skip to content

Instantly share code, notes, and snippets.

@R4wm
Created July 6, 2022 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save R4wm/43205cac1e770c54c14ac618303be65b to your computer and use it in GitHub Desktop.
Save R4wm/43205cac1e770c54c14ac618303be65b to your computer and use it in GitHub Desktop.
webster command line
#!/bin/bash
key=$(cat ~/.webster/config.json | jq .key | sed s/\"//g)
curl -s "https://www.dictionaryapi.com/api/v3/references/collegiate/json/$1?key=$key" | jq .[0].shortdef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment