···11+# attie
22+33+AT Protocol Terminal Interface Explorer
44+55+## Features
66+77+- Browse PDS and repos by handle or DID
88+- View collections and records
99+1010+
1111+1212+## Installation
1313+1414+```bash
1515+go install github.com/treethought/attie@latest
1616+```
1717+1818+Or build from source:
1919+2020+```bash
2121+git clone https://github.com/treethought/attie
2222+cd attie
2323+go build
2424+```
2525+2626+## Usage
2727+2828+```
2929+attie
3030+```
3131+3232+Launch with optional handle, DID, or AT URI
3333+3434+3535+View an account's repo
3636+```bash
3737+attie baileytownsend.dev
3838+```
3939+4040+Jump to an account's records of a collection
4141+4242+```
4343+./attie at://did:plc:b2p6rujcgpenbtcjposmjuc3/network.cosmik.collection
4444+```
4545+4646+Jump directly to a record
4747+```
4848+attie at://did:plc:sppiplftd2sxt3hbw7htj3b5/sh.tangled.repo/3meytrdho7p22
4949+```
5050+## Keybindings
5151+5252+- `ctrl+k` - Open command palette
5353+- `esc` - Navigate back
5454+- `enter` - Select item
5555+- `ctrl+c` / `q` - Quit