WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)
9
fork

Configure Feed

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

Update TODO.md

+5 -5
+5 -5
TODO.md
··· 13 13 14 14 ## Authentication (Auth) 15 15 16 - - [ ] Implement `tangled auth login` command. 17 - - [ ] Collect user's PDS handle and app password. 18 - - [ ] Implement session storage using an OS keychain library (e.g., `keytar`) for secure, cross-platform token management. 19 - - [ ] Integrate `@atproto/api` for XRPC client and session management. 20 - - [ ] Implement `tangled auth logout` command. 16 + - [x] Implement `tangled auth login` command. 17 + - [x] Collect user's PDS handle and app password. 18 + - [x] Implement session storage using an OS keychain library (e.g., `keytar`) for secure, cross-platform token management. 19 + - [x] Integrate `@atproto/api` for XRPC client and session management. 20 + - [x] Implement `tangled auth logout` command. 21 21 22 22 ## Git SSH Key Management 23 23