psema4 / Atomic-OS

Atomic OS: A self-contained microsystem & JavaScript RIA/SPA library.
https://psema4.github.io/Atomic-OS/index.html
MIT License
23 stars 3 forks source link

Implement WASH Command Interpreter #2

Closed psema4 closed 12 years ago

psema4 commented 13 years ago

Implement a command interpreter for the Web Application SHell, with core functionality exposed through the libwash.js library. These functions should include basic operations on the VFS (eg. cd, cat, mkdir, rmdir).

Interpreter should accept and process commands interactively or as scripts stored within the VFS.

psema4 commented 12 years ago

Basic interpreter working (though not yet as an HxProcess)