Go to file
Greg Gauthier 8afa1e3fe9 docs(rexx): refine prompt and analysis for Object Rexx address book project
- Update prompt in .grokkit/prompts/rexx.md to emphasize Object Rexx features, extensions, and educational focus.
- Revise analysis.md with improved tech stack descriptions, function references, data flow, and learning path for better clarity and precision.
2026-03-28 17:16:40 +00:00
.grokkit/prompts docs(rexx): refine prompt and analysis for Object Rexx address book project 2026-03-28 17:16:40 +00:00
app installation script; default config 2025-05-11 22:49:38 +01:00
db minor tweaks 2025-05-10 13:38:30 +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
addrbook.rex installation script; default config 2025-05-11 22:49:38 +01:00
analysis.md docs(rexx): refine prompt and analysis for Object Rexx address book project 2026-03-28 17:16:40 +00:00
default-config.json installation script; default config 2025-05-11 22:49:38 +01:00
install.rex installation script; default config 2025-05-11 22:49:38 +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.                          *
 \***************************************************************************/