···2222atr show -t post
23232424# use jq query language
2525-atr show -q .displayName
2525+atr show -q .body.displayName
2626+2727+# use jmespath query language
2828+atr show -q body.displayName
26292730# Search with grep:
2831atr show -t post | grep love
29323033# Repositories can also be read via pipe:
3131-curl -sL "https://xrpc.link/r/atproto.com" | atr show
3434+curl -sL "xrpc.link/r/atproto.com" | atr show
32353336# FYI xrpc.link is shortcut domain which redirecting to
3437# relevant /xrpc/... endpoints