Skip to content

lws-team/DomTerm-1

 
 

Repository files navigation

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

DOM/JavaScript-based terminal-emulator/console

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.9%
  • C++ 23.0%
  • C 13.0%
  • Java 9.3%
  • Shell 1.8%
  • CSS 1.7%
  • Other 2.3%