-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,25 @@ | ||
# cash | ||
A Bourne-compatible shell for ComputerCraft. WIP. | ||
A Bourne-compatible shell for ComputerCraft. | ||
|
||
 | ||
|
||
## Features | ||
* Bash/sh-style command line | ||
* Tab completion (defaulting to file names where not supported) | ||
* Customizable prompts (including ANSI support) | ||
* Local & environment variables | ||
* Argument quoting | ||
* Multiple commands on one line with semicolons | ||
* Many built-in functions (including in-line Lua commands) | ||
* Arithmetic expansion | ||
* If, while, for statements | ||
* Function support | ||
* Shell scripting/shebangs | ||
* rc files | ||
* Restorable history | ||
* Partial CCKernel2 support | ||
* Full compatibility with CraftOS shell.lua | ||
|
||
### TODO | ||
* Add case statement | ||
* Add case statement | ||
* Fix environment variables in _ENV |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters