Skip to content
/ DomTerm Public
forked from PerBothner/DomTerm

DOM/JavaScript-based terminal-emulator/console

License

Notifications You must be signed in to change notification settings

mafm/DomTerm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

DomTerm screenshot with panes

Recent advances:

  • There is now a DomTerm mailing list at [email protected] 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 56.1%
  • C 19.1%
  • Java 9.6%
  • C++ 9.5%
  • CSS 1.8%
  • Makefile 1.6%
  • Other 2.3%