From 813fb0e86ed7d4d9f87145aa92c10cd0e1af1490 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 13 Jun 2018 11:43:02 +1000 Subject: [PATCH] docs: update --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4de192..0a96145 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ -## PURE BASH +# PURE BASH + + + +* [Getting the terminal size (*in a script*).](#getting-the-terminal-size-in-a-script) +* [Convert a hex color to RGB](#convert-a-hex-color-to-rgb) +* [Convert an RGB color to hex.](#convert-an-rgb-color-to-hex) +* [`printf` as a `date` replacement.](#printf-as-a-date-replacement) +* [`dirname`](#dirname) + + ### Getting the terminal size (*in a script*).