An application to generate a formatted grocery lists from a text input file.
This is a custom application which used to perform a very specific task, for a very picky customer set - my sons Max and Miles. We used to go grocery shopping and split up the list between the two of them, and they read their list and collect their goods. The master list (mine) served as a check on this.
However, as time progressed, we learned that:
- Max only wanted to come some days.
- Miles wanted the full list himself.
As such, this has collapsed into a single list, printed as many times as needed.
The output from this application's companion application, emeals_getter, can be used as input for this.
- Make a list of groceries, one entry per line.
- Run
grocery_list_generator <listname>. - The
.texwill be created with the same stem as<listname>above (so,groceries.txtbecomesgroceries.tex). - Generate the PDF from that
.texfile. (See my LaTeX scripts for help with this.)
- Add test code.
- There is much copypasta tech debt that needs refactoring.
- Add a license file.