Go to file
2025-05-06 23:21:51 +01:00
app cleaned up key handling; added delete entry panel 2025-05-06 23:21:51 +01:00
db cleaned up key handling; added delete entry panel 2025-05-06 23:21:51 +01:00
tests fix environment variables 2025-05-05 17:40:49 +01:00
.gitignore fixed selection highlighting and key handling 2025-05-05 20:16:52 +01:00
addbook.rex progress with an add screen and a list screen;git push 2025-05-05 23:30:58 +01:00
README.md fix environment variables 2025-05-05 17:40:49 +01:00

Rexx Address Book

 /***************************************************************************\
  * Rexx Address Book                                                       *
  *                                                                         *
  * A simple application for storing, maintaining, and browsing contact     *
  * information.                                                            *
  *                                                                         *
  * Backend: Object Rexx with unix, and sqlite extensions.                  *
  * Frontend: Object Rexx with ncurses extensions.                          *
 \***************************************************************************/