Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.12 KB

File metadata and controls

61 lines (42 loc) · 1.12 KB

attui

AT Protocol TUI

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/attui@latest

Or build from source:

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

Usage

attui

Launch with optional handle, DID, or AT URI

View an account's repo

attui baileytownsend.dev

Jump to an account's records of a collection

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

Jump directly to a record

attui 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.