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.

at main 13 lines 309 B view raw
1<!DOCTYPE html> 2<html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width"> 6 <title>bsky-sieve cli</title> 7 </head> 8 <body> 9 <h1>bsky-sieve cli</h1> 10 <p><strong>Authenticated!</strong></p> 11 <p>You can safely close this tab.</p> 12 </body> 13</html>