AT Protocol Terminal Interface Explorer
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

rename

+7 -7
+1 -1
go.mod
··· 1 - module github.com/treethought/goatie 1 + module github.com/treethought/attie 2 2 3 3 go 1.25.1 4 4
+2 -2
main.go
··· 4 4 "os" 5 5 6 6 log "github.com/sirupsen/logrus" 7 - "github.com/treethought/goatie/ui" 7 + "github.com/treethought/attie/ui" 8 8 9 9 "github.com/bluesky-social/indigo/atproto/identity" 10 10 tea "github.com/charmbracelet/bubbletea" ··· 25 25 } 26 26 defer f.Close() 27 27 log.SetOutput(f) 28 - log.Warn("starting goatie") 28 + log.Warn("starting attie") 29 29 30 30 query := "" 31 31 if len(os.Args) > 1 {
+1 -1
ui/app.go
··· 10 10 "github.com/bluesky-social/indigo/atproto/syntax" 11 11 "github.com/charmbracelet/bubbles/spinner" 12 12 tea "github.com/charmbracelet/bubbletea" 13 - "github.com/treethought/goatie/at" 13 + "github.com/treethought/attie/at" 14 14 ) 15 15 16 16 type AppContext struct {
+1 -1
ui/collection.go
··· 9 9 "github.com/charmbracelet/bubbles/list" 10 10 tea "github.com/charmbracelet/bubbletea" 11 11 "github.com/charmbracelet/lipgloss" 12 - "github.com/treethought/goatie/at" 12 + "github.com/treethought/attie/at" 13 13 ) 14 14 15 15 type RecordsList struct {
+1 -1
ui/record.go
··· 8 8 "github.com/charmbracelet/bubbles/viewport" 9 9 tea "github.com/charmbracelet/bubbletea" 10 10 "github.com/charmbracelet/lipgloss" 11 - "github.com/treethought/goatie/at" 11 + "github.com/treethought/attie/at" 12 12 ) 13 13 14 14 type RecordView struct {
+1 -1
ui/repo.go
··· 9 9 "github.com/charmbracelet/bubbles/list" 10 10 tea "github.com/charmbracelet/bubbletea" 11 11 "github.com/charmbracelet/lipgloss" 12 - "github.com/treethought/goatie/at" 12 + "github.com/treethought/attie/at" 13 13 ) 14 14 15 15 var (