about summary refs log tree commit diff
path: root/scratch/groceries
AgeCommit message (Collapse)AuthorFilesLines
2020-10-03 Ignore comments in output for grocery exportWilliam Carroll1-3/+14
TL;DR: - Ignore lines starting with "#" - Tidy up the code
2020-10-03 Update my grocery list for Bermondsey LondonWilliam Carroll1-44/+40
I haven't updated this list since I was living in Dargow, Germany over the summer. Now that I've settled down, and I'm situated in the London Bridge area, I'm updating the list.
2020-08-20 Drop support for dir-locals.nix, <nixpkgs>, etc.William Carroll2-6/+5
In the spirit of Marie Kondo, I'm tidying up! TL;DR: - Prefer .envrc `use_nix` and delete all dir-locals.nix files - Remove ~all references to <nixpkgs>, <unstable>, <depot> and prefer referencing each with briefcase.third_party.{pkgs,unstable,depot} - Delete nixBufferFromShell function since I was only using that in dir-locals.nix files
2020-07-17 Update grocery listWilliam Carroll1-13/+33
- Add new entries - Change quantities of existing entries
2020-07-01 Convert grocery list to an .org fileWilliam Carroll2-18/+15
Ensure that the export.hs script refers to the .org file.
2020-06-27 Group groceries/listWilliam Carroll1-31/+43
- Change list.txt -> list.org - Group groceries by category - Sort categories by store layout
2020-06-27 Add export script for groceriesWilliam Carroll3-0/+69
At this point, I may be taking this idea too far, but what the heck?