chealwoo / DomTerm

DOM/JavaScript-based terminal-emulator/console

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.

DomTerm screenshot with panes

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

DOM/JavaScript-based terminal-emulator/console

License:Other


Languages

Language:JavaScript 55.9%Language:C 19.0%Language:Java 9.7%Language:C++ 9.6%Language:CSS 1.8%Language:Makefile 1.6%Language:Shell 1.3%Language:M4 0.6%Language:HTML 0.3%Language:QMake 0.1%