From a39bdae46b726fb6b23f8dade5129733175a1b58 Mon Sep 17 00:00:00 2001 From: gutmet Date: Fri, 23 Oct 2020 19:21:46 +0200 Subject: [PATCH] update readme to allowlists --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 53088fd..c553482 100644 --- a/Readme.md +++ b/Readme.md @@ -86,7 +86,7 @@ with any number of files, as long as they are .jpg, .png, .gif or .mp4 and small drivel will automatically split large status messages and multiple files into separate tweets belonging to the same thread. -The results of the 'home' and 'mentions' commands can be filtered to exclude certain user names. Create text files 'FilterHome' and 'FilterMentions' in HOME/.drivel and list excluded users line by line. +The results of the 'home' and 'mentions' commands can be filtered to only include certain user names. Create text files 'AllowlistHome' and 'AllowlistMentions' in HOME/.drivel and list allowed users line by line. Each command (other than wipe) can use a go text template to format the printed results - pass a file name to '--template'. The template is executed with a slice of []Status. See types.go for available data fields and example.template for a minimalist example.