+1
.github/workflows/release.yaml
+1
.github/workflows/release.yaml
+1
-1
Makefile
+1
-1
Makefile
+8
-9
README.md
+8
-9
README.md
···
3
3
AT Protocol IPLD-CAR Repository toolkit
4
4
5
5
## Install
6
-
7
6
```
8
7
go install github.com/atscan/atr
9
8
```
10
9
11
10
## Examples
12
11
13
-
Scans the current directory (and its subdirectories) and prints information about all found repositories:
14
12
```bash
13
+
# Scans the current directory (and its subdirectories) and prints information about all found repositories:
15
14
atr inspect
16
-
```
17
15
18
-
Return all objects from the repository:
19
-
```bash
16
+
# Get all objects from the repository:
20
17
atr show my-repo.car
18
+
19
+
# Repositories can also be read via pipe:
20
+
curl "https://bsky.social/xrpc/com.atproto.sync.getRepo?did=did:plc:524tuhdhh3m7li5gycdn6boe" | atr show
21
21
```
22
22
23
-
Repositories can also be read via pipe:
24
-
```bash
25
-
curl 'https://bsky.social/xrpc/com.atproto.sync.getRepo?did=did:plc:524tuhdhh3m7li5gycdn6boe' | atr show
26
-
```
23
+
## License
24
+
25
+
MIT