Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Hodes committed Jun 26, 2011
1 parent e8e3dfb commit 051f0d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,32 @@ Larder is a simple way to store ingredients you have on hand, construct shopping
You don't. Unless you're very adventurous and want to add your own code. For now, this is quite simple.

# DONE
__parse in a larderfile__
__calculate the price of a shopping cart__
1. parse in a larderfile

2. calculate the price of a shopping cart

# TODO
__unit equalities__

*needs to take place across all operations*
need to improve the unit system, allow for conversion between units
e.g. 16 oz == 1 lb
handle plurals: e.g. make oz==ozs

__recipes__

maintain a file of recipes
can be picked, added to shopping list
can see price of a recipe

__tags__

e.g. in itemlist [organic, traderjoes]
then when creating a shopping list you can specify
enables homing in on price, etc

__nutritional info__

maintained in larderfile (or another file?)
automated? (dl from a source?)
allows you to see info for particular items, or recipes
Expand Down
4 changes: 3 additions & 1 deletion larder
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh

python larder.py $*
# use this script as a hacky config file
# add any default args to the command below

python larder.py $*

0 comments on commit 051f0d5

Please sign in to comment.