Closed jlewi closed 2 weeks ago
@mattn PTAL.
You can do it with xargs and yq?
$ cat follows.txt | xargs bsky follow
$ curl -s https://raw.githubusercontent.com/jlewi/bskylists/refs/heads/main/aiengineering.yaml | yq .accounts[].handle | xargs bsky follow
That works but is slightly more inconvenient; if for no other reason than you need yq installed.
Totally understand if you don't want to accept the PR; I can always fork.
CLI supports reading directly from a URL so a user can do something like