From 4b59b1e9fe8e774438d0c200a2ef086c0ceec7d3 Mon Sep 17 00:00:00 2001 From: si2w <2494268+si2w@users.noreply.github.com> Date: Fri, 9 Nov 2018 13:22:04 +0100 Subject: [PATCH] Add follow all users from a list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c10b922b..dd5f8167 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,10 @@ apostrophes unless you prefix them with a backslash `\`: #### Follow users t follow @sferik @gem + +#### Follow all users from a list + + t list members -l list | awk '{print $13}' | xargs t follow #### Check whether one user follows another t does_follow @ev @sferik