colorful rat Ratfactor.com > Dave's Repos

addrbook

A CLI contact management program
git clone http://ratfactor.com/repos/addrbook/addrbook.git

Commit history

commit db538eb172b1599171178c8209a9864cf7141227
Author: Dave Gauer 
Date:   Wed Jun 24 07:55:49 2026 -0400

    Final (?) README edit for the moment.

commit efebeacc62706ae2a5774000f0373e3983e545c0
Author: Dave Gauer 
Date:   Wed Jun 24 07:54:16 2026 -0400

    README edit, but this time to improve text

commit 13854285d114ff643390885e6ed72f8304bf54f8
Author: Dave Gauer 
Date:   Wed Jun 24 07:48:27 2026 -0400

    Ugh markdown...readme...again

commit c9c01c9d7a85cf9817a98f8d76a24716109e9832
Author: Dave Gauer 
Date:   Wed Jun 24 07:47:32 2026 -0400

    Updated README again

commit 3d1bef5ef79e0bfd84679294cc56a8b44549a52e
Author: Dave Gauer 
Date:   Wed Jun 24 07:44:48 2026 -0400

    Updated README

commit 695df15d0ab86bac4d9358a878a435a0d4981cc8
Author: Dave Gauer 
Date:   Wed Jun 24 07:38:35 2026 -0400

    Added 'cat' and updated README

commit e6c84fd02090ae23e1bc243c81651265468f2355
Author: Dave Gauer 
Date:   Sun Jun 7 22:08:12 2026 -0400

    Error exit now has "press any key", updated README
    
    The "press any key" is important because the aerc virtual terminal will
    close as soon as the program quits and this'll give us a chance to see
    the error message.

commit e6c185d1cbde9cb011978cfffe1ec7ac11416dc3
Author: Dave Gauer 
Date:   Fri Jun 5 22:35:30 2026 -0400

    Made email, phone, and url tables
    
    Now this is a proper relational database. There can be zero or more of:
    
        * Email addresses
        * Phone numbers
        * URLs
    
    Improved some other stuff.
    
    This merely works, but there are probably bugs. I haven't tested it
    thoroughly yet.

commit 202228065a468096657b213196886b879ed4f2ff
Author: Dave Gauer 
Date:   Sun May 31 09:41:01 2026 -0400

    Basic functionality pretty much complete

commit ee7d5794e7adcd9debe6c5483eef71cddfc8760a
Author: Dave Gauer 
Date:   Fri May 29 09:51:32 2026 -0400

    Initial commit - but about to change how this works!