Interactively go through your bluesky follow graph and decide to keep or remove follow records
0
fork

Configure Feed

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

Start profile description on its own line

yemou 27fceeb2 e508877d

+1 -1
+1 -1
main.go
··· 231 231 fmt.Printf("\nUser: %s (%s)\n", *profile.DisplayName, doc.Handle) 232 232 fmt.Printf("DID: %s\n", followRecord.Subject) 233 233 fmt.Println("Profile URL: " + "https://bsky.app/profile/" + followRecord.Subject) 234 - fmt.Printf("Description: %s\n\n", *profile.Description) 234 + fmt.Printf("Description:\n%s\n\n", *profile.Description) 235 235 fmt.Print("Keep this record ([Y]es / [n]o / [q]uit)? ") 236 236 237 237 var answer string