Skip to content

Instantly share code, notes, and snippets.

@koteitan
Created April 18, 2023 16:29
Show Gist options
  • Save koteitan/b4559670313d5fcb3d3b486223a5a697 to your computer and use it in GitHub Desktop.
Save koteitan/b4559670313d5fcb3d3b486223a5a697 to your computer and use it in GitHub Desktop.
relay-listing jq
echo '["REQ","345",{"authors":["'$mypub'"],"kinds":[3],"limit":1}]' | websocat $prirelay |\
head -1 | jq -r .[2].content | jq -r 'keys_unsorted[] as $k | [$k, .[$k]] | .[0]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment