rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit f88db27b9ff5c1d50fb7e1151ada4d095fa6293d
parent de375b9b5537b7ea777c1396a76ceb058c3192ac
Author: parazyd <parazyd@dyne.org>
Date:   Fri,  9 Mar 2018 15:01:50 +0100

rpabook: Complete anywhere in the string.

Diffstat:
Mbin/rpabook | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/rpabook b/bin/rpabook @@ -32,7 +32,7 @@ for i in $@; do exit $? ;; -c) - grep "^email=$2" "$ab" | sed -e 's/email=//' -e 's/,/\t/' + grep -i "$2" "$ab" | sed -e 's/^email=//' -e 's/,/\t/' exit $? ;; *)