linuxcaffe / vcf

vCard find
GNU General Public License v3.0
0 stars 0 forks source link

query specific fields #3

Open linuxcaffe opened 9 years ago

linuxcaffe commented 9 years ago

To confine a query to a specified vcard field, a syntax like

./vcf.sh address:jane ~/contacts/*.vcf

could be used, to find my friends on Jane St..

l0b0 commented; You can use ./vcf.sh ^adr.jane ~/contacts/.vcf to achieve this.