Node-Mimic is a port of the excellent Mimic project to node.js, and by extent, the terminal.
You need Node.js installed to run NodeMimic.
git clone https://github.com/Sxw1212/NodeMimic.git
cd NodeMimic
./install.sh
Just run index.js. The filesystem is fully persistant.
node index.js
- Colors are not yet supported
- HTTP is not yet supported
- Cursor blinking and hiding is not yet supported
- The escape key is used in place of the control key because we can't capture that in the terminal.
- All Mimic limitations apply
We don't have any of the Mimic code in this repo. It is downloaded with an install script.
Node-Mimic itself is licensed under the MIT license.
