Go to file
2025-05-05 17:40:49 +01:00
app fix environment variables 2025-05-05 17:40:49 +01:00
db fix environment variables 2025-05-05 17:40:49 +01:00
tests fix environment variables 2025-05-05 17:40:49 +01:00
.gitignore rexx address book 2025-05-04 19:07:21 +01:00
addbook.rex fix environment variables 2025-05-05 17:40:49 +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.                          *
 \***************************************************************************/