Re: [dev] Cataloging of contacts

2016-11-10 Thread Kurt Van Dijck
> > If you want, I'll add a license file and publish on github (or any other > > git server). > > > > Kurt > > > > I would be interested in that. I also keep my addresses in vcard, > because I can sync vcards from my phone onto my computer without any > fancy middleware. https://github.com/ku

Re: [dev] Cataloging of contacts

2016-11-10 Thread spaceman
I want each contact to have its own file. I will put all of the contacts' files in a directory tree. I can look up contacts by filename or with a search. (grep will probably be fine.) The software would do the following. abook abook stores all contact information in a single file and rewrites

Re: [dev] Cataloging of contacts

2016-11-10 Thread Kurt Van Dijck
> I want to keep track of some information about people, and I have an > idea of what I want the user interface to be like. Perhaps is there > already something close to what I want? > > I want to record the following information about each contact. > > * Name > * Phone number > * Email address >