From 1a98acb756c7ab0c47684dfdb680b6196fa4d218 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 26 Jul 2016 20:22:38 -0400 Subject: [PATCH] update readme a little more. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81e8ec9..1cff1f1 100644 --- a/README.md +++ b/README.md @@ -18,21 +18,28 @@ Supported features * redirection * | "pipes" (via a temporary file. Presumably, that's what MPW did as well.) -Not supported +Not (yet) supported ------------- * subshells (`...`, ``...``) -* text-editing commands (search forward/backward, regular expressions, et cetera) +* aliases +* regular expressions +* text-editing commands (search forward/backward, et cetera) Builtin Commands ---------------- * AboutBox +* Alias +* Catenate * Directory * Echo +* Evaluate * Exists * Export * Parameters * Quote * Set +* Shift +* Unalias * Unexport * Unset * Version