···2233AT Protocol IPLD-CAR Repository toolkit
4455+## Install
66+77+```
88+go install github.com/atscan/atr
99+```
1010+511## Examples
6121313+Scans the current directory (and its subdirectories) and prints information about all found repositories:
1414+```bash
1515+atr inspect
1616+```
1717+1818+Return all objects from the repository:
1919+```bash
2020+atr show my-repo.car
2121+```
2222+2323+Repositories can also be read via pipe:
724```bash
825curl 'https://bsky.social/xrpc/com.atproto.sync.getRepo?did=did:plc:524tuhdhh3m7li5gycdn6boe' | atr show
926```