AT Protocol Terminal Interface Explorer
Go 98.0%
Other 2.0%
21 1 1

Clone this repository

https://tangled.org/treethought.xyz/attie
git@tangled.org:treethought.xyz/attie

For self-hosted knots, clone URLs may differ based on your setup.

README.md

attie#

AT Protocol Terminal Interface Explorer

Features#

  • Browse PDS and repos by handle or DID
  • View collections and records
  • Live JetStream event feed with collection/DID filtering

demo

Installation#

go install github.com/treethought/attie@latest

Or build from source:

git clone https://github.com/treethought/attie
cd attie
go build

Usage#

attie

Launch with optional handle, DID, or AT URI

View an account's repo

attie baileytownsend.dev

Jump to an account's records of a collection

./attie at://did:plc:b2p6rujcgpenbtcjposmjuc3/network.cosmik.collection

Jump directly to a record

attie at://did:plc:sppiplftd2sxt3hbw7htj3b5/sh.tangled.repo/3meytrdho7p22

Keybindings#

  • ctrl+k - Open command palette
  • ctrl+j - Open JetStream event feed
  • esc - Navigate back
  • enter - Select item
  • ctrl+c / q - Quit

JetStream#

Press ctrl+j to open the event feed. Press ctrl+j again to stop the stream and scroll through events.Use the command palette (ctrl+k) to filter by collection or DID before connecting.