sxmo_contacts now can search a contact

master
Stacy Harper 3 years ago
parent 0ec4280c8d
commit 3687ffacd4
No known key found for this signature in database
GPG Key ID: 5BAC92328B7C5D65
  1. 2
      scripts/core/sxmo_contacts.sh

@ -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

Loading…
Cancel
Save