Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There's abook[1], but yours seems different in design. (Main difference at a glance: Yours doesn't work on captured interface. So in that sense, yours is more Unixy.) One nice thing about abook is that it integrates nicely with mutt (which I see someone has already asked you about and you're working on).

One thing that might be nice would be an abook to ppl exporter. abook saves its information in a flat file at ~/.abook/addressbook with items like the following:

    # abook addressbook file
    
    [format]
    program=abook
    version=0.5.6
    
    
    [0]
    name=Someone Somewhere
    email=someone.somewhere@gmail.com
    
    [1]
    name=Another Person
    email=another_person@yahoo.com
    nick=Another
    
    [3]
    name=Detailed Somebody
    email=somebody@details.org
    address=2222 Main Street
    city=New Somewhere
    state=NY
    zip=10011
    phone=212-111-1111
    nick=person
    notes=Birthday May 14th
It shouldn't be too hard to convert that, but I'm not sure (yet) about how you're storing information. (You mention vcard, but I'm not familiar with the details of that.)

[1]: http://abook.sourceforge.net/



You have described exactly the two things about abook that have always put me off using it and drove me to build this. The ncurses UI works well but isn't what I want, and the "Yet Another File Format" addressbook format isn't very interoperable.

You're right that an exporter shouldn't be hard to build. Might get on that once some bugs and other features are out of the way!


One issue that will come up with any exporter: abook can handle multiple entries for each category, and (I think?) ppl can't yet. So, at the moment, I'm not sure there's a way to export without losing some information. Anyhow, I will definitely keep an eye on ppl. Looks like a very good start.


I entirely concur. abook is great, but I've always wanted something that worked a bit more like this project.

Great work!


awk script to convert abook to vcf vcard (found with a search, haven't tried it out)

http://blog.karssen.org/2010/05/24/script-that-converts-a-sq...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: