Tiny terminal app to add, list, search, and delete records with CSV persistence.
cd record-editor
make
./record_editorData is saved to records.csv in the same folder.
1Add record (auto-increment id)2List all3Search by id4Search by name5Delete by id0Quit