Last active
July 4, 2022 09:28
-
-
Save maxammann/b234b96372995cbb1ae2e64ea0be6609 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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