From 192de7f4eac1c5ffec850501a66dcdeb2e765c25 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Sun, 24 Nov 2024 03:35:56 -0500 Subject: [PATCH] readme tweaks --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 073e519..4657010 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.45.2