Cook book
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Bubblegumdrop 42106dc430 Optional protien. 3 anos atrás
.gitignore In a stroke of brilliance, I've finally started my own recipe book. 3 anos atrás
LICENSE Have at it. 3 anos atrás
baked-asparagus.md In a stroke of brilliance, I've finally started my own recipe book. 3 anos atrás
baked-potatoes.md In a stroke of brilliance, I've finally started my own recipe book. 3 anos atrás
big-salad.md Optional protien. 3 anos atrás
chicken-salad.md In a stroke of brilliance, I've finally started my own recipe book. 3 anos atrás
egg-salad.md In a stroke of brilliance, I've finally started my own recipe book. 3 anos atrás
filet-mignon.md In a stroke of brilliance, I've finally started my own recipe book. 3 anos atrás
greek-salad.md Optional protien. 3 anos atrás
hard-boiled-eggs.md In a stroke of brilliance, I've finally started my own recipe book. 3 anos atrás
lamb-chops.md In a stroke of brilliance, I've finally started my own recipe book. 3 anos atrás
mashed-potatoes.md In a stroke of brilliance, I've finally started my own recipe book. 3 anos atrás
readme.md Typo fix. 3 anos atrás
shake-and-bake-pork-chops.md In a stroke of brilliance, I've finally started my own recipe book. 3 anos atrás

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