sxmo_contacts now can search a contact

This commit is contained in:
Stacy Harper 2021-05-15 17:41:02 +02:00
parent 0ec4280c8d
commit 3687ffacd4
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65

View file

@ -65,6 +65,8 @@ elif [ "$1" = "--texted" ]; then
texted_contacts
elif [ "$1" = "--called" ]; then
called_contacts
elif [ -n "$*" ]; then
all_contacts | grep -i "$*"
else
contacts
fi