~aleteoryx/tclfeed-bsky

192de7f4eac1c5ffec850501a66dcdeb2e765c25 — Aleteoryx 28 days ago 73be936
readme tweaks
1 files changed, 9 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +9 -2
@@ 33,8 33,15 @@ the following tools exist for moderation:
  the `-pds` option is used to resolve handles to DIDs. it defaults to bsky.social.
- `bin/rmpost.tcl` will delete all passed posts from the specified feed
- `bin/importlist.tcl` works like `rmrepo`, but it pulls from passed moderation lists. flags work the same.
- `bin/updatelists.tcl` calls `bin/importlist.tcl` with a hardcoded set of lists. currently just ones by
  `@rahaeli.bsky.social`.
- `bin/updatelists.tcl` calls `bin/importlist.tcl` with a hardcoded set of lists.
  currently includes ones by [@rahaeli.bsky.social][rahaeli], [@aleteoryx.me][selfbsky] (yours truly), and
  [@skysentry.bsky.social][skysentry].
- `bin/addposts.tcl` manually adds a post to a list. it takes args of the form `URI ORD ?URI ORD ...?`.
  passing `-ts` for the `ORD` will pull `record.createdAt` from the post and use that instead.

[rahaeli]: https://bsky.app/profile/rahaeli.bsky.social
[selfbsky]: https://bsky.app/profile/aleteoryx.me
[skysentry]: https://bsky.app/profile/skysentry.bsky.social

## Potential Improvements