update readme a little more.

This commit is contained in:
Kelvin Sherlock 2016-07-26 20:22:38 -04:00
parent 933f23de91
commit 1a98acb756

View File

@ -18,21 +18,28 @@ Supported features
* redirection * redirection
* | "pipes" (via a temporary file. Presumably, that's what MPW did as well.) * | "pipes" (via a temporary file. Presumably, that's what MPW did as well.)
Not supported Not (yet) supported
------------- -------------
* subshells (`...`, ``...``) * subshells (`...`, ``...``)
* text-editing commands (search forward/backward, regular expressions, et cetera) * aliases
* regular expressions
* text-editing commands (search forward/backward, et cetera)
Builtin Commands Builtin Commands
---------------- ----------------
* AboutBox * AboutBox
* Alias
* Catenate
* Directory * Directory
* Echo * Echo
* Evaluate
* Exists * Exists
* Export * Export
* Parameters * Parameters
* Quote * Quote
* Set * Set
* Shift
* Unalias
* Unexport * Unexport
* Unset * Unset
* Version * Version