lws-team / DomTerm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DomTerm - a terminal emulator and console using DOM and JavaScript

DomTerm is a combined terminal emulator and REPL console using web technlogies - i.e. JavaScript and DOM: Users can type commands which gets sent to an application, which evaluates the command, and displays the results, typically in some kind of type-script format.

See the home page for more information.

Recent advances:

  • There is now a DomTerm mailing list at domterm-discuss@domterm.org with an information page and archives.

  • The qtdomterm application is designed to replace your favorite standalone terminal emulator program. It uses QtWebEngine.

  • Mouse support using xterm protocols.

  • You can save the console file as an offline-readable (x)html-file.

  • Pretty-printing (Common Lisp style) is now handled by DomTerm. This means automatic re-flow on window re-size.

About

License:Other


Languages

Language:JavaScript 48.8%Language:C++ 23.0%Language:C 13.0%Language:Java 9.3%Language:Shell 1.8%Language:CSS 1.7%Language:Makefile 1.4%Language:M4 0.5%Language:HTML 0.3%Language:QMake 0.1%