- Description
This program makes your shopping trip faster by:
- Printing out a master list of items that you normally stok in your house.
- Printing out a list of items by shopping aisle that you need when shopping
at the grocery store.
- Instructions
- Create or edit the enclosed file list.txt
- Make sure that the aisle number is contained in the first two characters
followed by one space then the item name Ex:
05 Milk
- Start up grocget
- select the items from the list
- Hit the Print button (currently only prints to STDOUT) You will have to redirect STDOUT to the printer or another file for now.
- The master list can be printed from the command line as follows: ./slm l
- Type ./slm for other features
- License
GPL - see COPYING file for license details.- FAQ
Q. Where is the code? A. grocget is written in Python and the code is currently all in the oneexecutable "grocget" which can be run without "make install".
