AT Protocol IPLD-CAR Repository toolkit (CLI)

updare

tree 03d56aec 9ac3416b

Changed files
+11 -1
+11 -1
README.md
··· 4 4 5 5 ## Install 6 6 ``` 7 - go install github.com/atscan/atr 7 + go install github.com/atscan/atr@latest 8 8 ``` 9 9 10 10 ## Examples ··· 13 13 # Scans the current directory (and its subdirectories) 14 14 # and prints information about all found repositories: 15 15 atr inspect 16 + atr i # you can use commands shortcuts 16 17 17 18 # Get all objects from the repository: 18 19 atr show my-repo.car 20 + 21 + # filter by object type 22 + atr show -t post 23 + 24 + # use jq query language 25 + atr show -q .displayName 26 + 27 + # Search with grep: 28 + atr show -t post | grep love 19 29 20 30 # Repositories can also be read via pipe: 21 31 curl -sL "https://xrpc.link/r/atproto.com" | atr show