Skip to content

patsimm/jediterm

 
 

Repository files navigation

JediTerm

Build Status

The main purpose of the project is to provide a pure Java terminal widget ready to embed into IDE. From this comes the name J(from Java)edi(reversed IDE)Term(obviously from terminal)

Branch 2.0 is the actual one - it has entirely rewritten rendering and a lot of fixes. It will replace the master once become stable.

Authors

Dmitry Trofimov dmitry.trofimov@jetbrains.com, Clément Poulain

License

Licensed under LGPL.

Features

  • Ssh using JSch from jcraft.org
  • Local terminal for Unix, Mac and Windows using Pty4J
  • Xterm emulation - passes most of tests from vttest
  • Xterm 256 colours
  • Scrolling
  • Copy/Paste
  • Mouse support
  • Terminal resizing from client or server side
  • Terminal tabs

Links

Origin

Character sets designation and mapping implementation is based on respective classes from jVT220 (https://github.com/jawi/jVT220, Apache 2.0 licensed) by J.W. Janssen

About

Pure Java Terminal Emulator. Works with SSH and PTY.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%