diff --git a/scripts/core/sxmo_contacts.sh b/scripts/core/sxmo_contacts.sh index 6094fa8..b4eb954 100755 --- a/scripts/core/sxmo_contacts.sh +++ b/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