Cook book
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Bubblegumdrop 42106dc430 Optional protien. hace 3 años
.gitignore In a stroke of brilliance, I've finally started my own recipe book. hace 3 años
LICENSE Have at it. hace 3 años
baked-asparagus.md In a stroke of brilliance, I've finally started my own recipe book. hace 3 años
baked-potatoes.md In a stroke of brilliance, I've finally started my own recipe book. hace 3 años
big-salad.md Optional protien. hace 3 años
chicken-salad.md In a stroke of brilliance, I've finally started my own recipe book. hace 3 años
egg-salad.md In a stroke of brilliance, I've finally started my own recipe book. hace 3 años
filet-mignon.md In a stroke of brilliance, I've finally started my own recipe book. hace 3 años
greek-salad.md Optional protien. hace 3 años
hard-boiled-eggs.md In a stroke of brilliance, I've finally started my own recipe book. hace 3 años
lamb-chops.md In a stroke of brilliance, I've finally started my own recipe book. hace 3 años
mashed-potatoes.md In a stroke of brilliance, I've finally started my own recipe book. hace 3 años
readme.md Typo fix. hace 3 años
shake-and-bake-pork-chops.md In a stroke of brilliance, I've finally started my own recipe book. hace 3 años

readme.md

About

Over the years I've seen a lot of recipe book style repositories.

I'm finally making my own.

To save a few words, when provided with an option such as oil, in parenthesis, is my preferred option.

Index

Tips

Visual selection with v.

These can be combined, e.g. sort | uniq.

Itemized List

Pipe visual selection into:

!awk '{print "-",$0}'

Numbered List

Pipe visual selection into:

!cat -b

Sorted List

Pipe visual selection into:

!sort -h

Unique List

Pipe visual selection into:

!uniq

Web Ring