Skip to content

Instantly share code, notes, and snippets.

@maxammann
Last active July 4, 2022 09:28
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 maxammann/b234b96372995cbb1ae2e64ea0be6609 to your computer and use it in GitHub Desktop.
Save maxammann/b234b96372995cbb1ae2e64ea0be6609 to your computer and use it in GitHub Desktop.
curl "https://raw.githubusercontent.com/zerforschung/schnelltesttest.de/main/src/data/all.json" | \
jq '.tests | to_entries | map(.value)
| sort_by(.sensitivity_total)[]
| select(.omicron_bridging)
| "\(.manufacturer) \(.test_name) (Sensitivity: \(.sensitivity_total))"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment