From c01f4f05c3ed551c46a06a099a35b5c18f6dbe57 Mon Sep 17 00:00:00 2001 From: Paul Feitzinger Date: Mon, 25 Nov 2024 10:48:40 -0500 Subject: [PATCH] add note about running without filter first --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1ea8a58..26be574 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,7 @@ Adding -f will filter the groups under consideration to only those listed in config/chat_list.txt $ ./run.sh -c ~/.config/Signal -f + +You might want to run the command once without filtering, then paste the chat +name column from the spreadsheet into config/chat_list.txt and narrow down to +only the ones you care about and run it again with -f.