diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 44 |
1 files changed, 16 insertions, 28 deletions
@@ -1,16 +1,25 @@ #+begin_src conf - # fried onion - - # `-` means preping step - # `>` means cooking step - # in a step you can add a time range in `[]` - # each step might produce some new ingredients `=>` + # title + @ fried onion + ## INGREDIENTS + # `!/path/to/rcp` to include it <TODO: add number> + # `a = b` set ingredient a to quantity b onion = 2 salt = 1tsp sugar = 1/2tsp butter = 3tbsp + # sep + --- + + ## STEPS + # `-` means preping step + # `>` means cooking step + # `+` means serving step + # in a step you can add a time range in `[]` + # each step might produce some new ingredients `=>` + - chop $onion to thin stripes => sliced onion > melt $butter in pan > add ${sliced onion} and $salt @@ -19,27 +28,6 @@ > continue cooking [until onion caramelises] #+end_src -#+begin_src fundamental - # basic seasoning - - salt = * - pepper = * -#+end_src -#+begin_src conf - # egg omellete with fried onions - - egg = 3 - !basic_seasoning - garlic paste = 1tsp - spring onion = 1 - !fried_onion - butter = 1tbsp - - - beat the ${egg}s and add the ${seasoning} - > melt $butter in pan - > cook ${egg}s [until they start to set] -#+end_src - * cmd cmd [-switches] path/to/file ... @@ -51,7 +39,7 @@ - should accept multiple keys and a switch for AND or OR between them + or a custom syntax like =cmd -s"eggs & (tomatoes | potatoes)" lib/*.rcp= + or =cmd -[A|O] -stomatoes -stomatoes -seggs lib/*rcp= (And/Or) - - *ls* + - *ls* ??? + list recipies with path + or with title + or both |