From 66a86d1b20a1e97b2d008e73db7557887fc44edf Mon Sep 17 00:00:00 2001 From: gramanas Date: Sat, 6 Nov 2021 13:01:47 +0200 Subject: Progress --- README.org | 44 ++++++++++++++++---------------------------- 1 file changed, 16 insertions(+), 28 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 04e2c3d..9504c5b 100644 --- a/README.org +++ b/README.org @@ -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 + # `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 -- cgit v1.2.3