AT Protocol IPLD-CAR Repository toolkit (CLI)

update README

tree aa59c752 605adefe

Changed files
+5 -2
+5 -2
README.md
··· 22 22 atr show -t post 23 23 24 24 # use jq query language 25 - atr show -q .displayName 25 + atr show -q .body.displayName 26 + 27 + # use jmespath query language 28 + atr show -q body.displayName 26 29 27 30 # Search with grep: 28 31 atr show -t post | grep love 29 32 30 33 # Repositories can also be read via pipe: 31 - curl -sL "https://xrpc.link/r/atproto.com" | atr show 34 + curl -sL "xrpc.link/r/atproto.com" | atr show 32 35 33 36 # FYI xrpc.link is shortcut domain which redirecting to 34 37 # relevant /xrpc/... endpoints