Cook book
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Bubblegumdrop 42106dc430 Optional protien. il y a 3 ans
.gitignore In a stroke of brilliance, I've finally started my own recipe book. il y a 3 ans
LICENSE Have at it. il y a 3 ans
baked-asparagus.md In a stroke of brilliance, I've finally started my own recipe book. il y a 3 ans
baked-potatoes.md In a stroke of brilliance, I've finally started my own recipe book. il y a 3 ans
big-salad.md Optional protien. il y a 3 ans
chicken-salad.md In a stroke of brilliance, I've finally started my own recipe book. il y a 3 ans
egg-salad.md In a stroke of brilliance, I've finally started my own recipe book. il y a 3 ans
filet-mignon.md In a stroke of brilliance, I've finally started my own recipe book. il y a 3 ans
greek-salad.md Optional protien. il y a 3 ans
hard-boiled-eggs.md In a stroke of brilliance, I've finally started my own recipe book. il y a 3 ans
lamb-chops.md In a stroke of brilliance, I've finally started my own recipe book. il y a 3 ans
mashed-potatoes.md In a stroke of brilliance, I've finally started my own recipe book. il y a 3 ans
readme.md Typo fix. il y a 3 ans
shake-and-bake-pork-chops.md In a stroke of brilliance, I've finally started my own recipe book. il y a 3 ans

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