sxmo_contacts now can search a contact
This commit is contained in:
parent
0ec4280c8d
commit
3687ffacd4
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ elif [ "$1" = "--texted" ]; then
|
||||||
texted_contacts
|
texted_contacts
|
||||||
elif [ "$1" = "--called" ]; then
|
elif [ "$1" = "--called" ]; then
|
||||||
called_contacts
|
called_contacts
|
||||||
|
elif [ -n "$*" ]; then
|
||||||
|
all_contacts | grep -i "$*"
|
||||||
else
|
else
|
||||||
contacts
|
contacts
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue