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! :)
10
fork

Configure Feed

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

Add @atproto/lexicon dependency

+2
+1
package-lock.json
··· 10 10 "license": "MIT", 11 11 "dependencies": { 12 12 "@atproto/api": "^0.18.20", 13 + "@atproto/lexicon": "^0.6.1", 13 14 "@inquirer/prompts": "^8.2.0", 14 15 "@napi-rs/keyring": "^1.2.0", 15 16 "commander": "^12.1.0",
+1
package.json
··· 31 31 "license": "MIT", 32 32 "dependencies": { 33 33 "@atproto/api": "^0.18.20", 34 + "@atproto/lexicon": "^0.6.1", 34 35 "@inquirer/prompts": "^8.2.0", 35 36 "@napi-rs/keyring": "^1.2.0", 36 37 "commander": "^12.1.0",