···4455## Install
66```
77-go install github.com/atscan/atr
77+go install github.com/atscan/atr@latest
88```
991010## Examples
···1313# Scans the current directory (and its subdirectories)
1414# and prints information about all found repositories:
1515atr inspect
1616+atr i # you can use commands shortcuts
16171718# Get all objects from the repository:
1819atr show my-repo.car
2020+2121+# filter by object type
2222+atr show -t post
2323+2424+# use jq query language
2525+atr show -q .displayName
2626+2727+# Search with grep:
2828+atr show -t post | grep love
19292030# Repositories can also be read via pipe:
2131curl -sL "https://xrpc.link/r/atproto.com" | atr show