Cook book
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Bubblegumdrop 42106dc430 Optional protien. 3年前
.gitignore In a stroke of brilliance, I've finally started my own recipe book. 3年前
LICENSE Have at it. 3年前
baked-asparagus.md In a stroke of brilliance, I've finally started my own recipe book. 3年前
baked-potatoes.md In a stroke of brilliance, I've finally started my own recipe book. 3年前
big-salad.md Optional protien. 3年前
chicken-salad.md In a stroke of brilliance, I've finally started my own recipe book. 3年前
egg-salad.md In a stroke of brilliance, I've finally started my own recipe book. 3年前
filet-mignon.md In a stroke of brilliance, I've finally started my own recipe book. 3年前
greek-salad.md Optional protien. 3年前
hard-boiled-eggs.md In a stroke of brilliance, I've finally started my own recipe book. 3年前
lamb-chops.md In a stroke of brilliance, I've finally started my own recipe book. 3年前
mashed-potatoes.md In a stroke of brilliance, I've finally started my own recipe book. 3年前
readme.md Typo fix. 3年前
shake-and-bake-pork-chops.md In a stroke of brilliance, I've finally started my own recipe book. 3年前

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