A Unix-like terminal, written in Javascript.
You can try a demo of the console here .
JqTerminal is under the 2-Clause BSD License (also known as The FreeBSD License). A copy of this license can be found at the OSI Website: http://opensource.org/licenses/BSD-2-Clause .
- jQTerminal: the application code itself.
- docs: contains documentation and examples of use.
- contrib: external libraries (contributed code).
- Tabs should not be used.
- Indentation must use 2 spaces.
- The curly braces at the start and end of functions must go on their own line. Exceptions are cases when doing this results in a javascript error.