Terminator (terminal emulator)

From Wikipedia, the free encyclopedia

Terminator
Terminator on Mac OS X showing live search highlighting and UTF-8 capabilities, courtesy of Markus Kuhn's UTF-8-demo.txt and cat.
Terminator on Mac OS X showing live search highlighting and UTF-8 capabilities, courtesy of Markus Kuhn's UTF-8-demo.txt and cat.
Developed by Phil Norman, Elliott Hughes, Martin Dorey
Latest release Revision #1418 (2523) / February 24, 2008
OS Windows/X Window System
Genre Terminal emulator
License GPL
Website http://software.jessies.org/terminator/

Terminator is a GPL terminal emulator. It is availabile on Microsoft Windows, Mac OS X, Linux and other Unix X11 systems. Terminator will run on any modern POSIX system with Java 5 or later.

Terminator was originally written by Phil Norman, who produced a more-or-less usable replacement for rxvt on his own between 2004-04-21 and 2004-05-28; roughly a month of development time. Elliott Hughes took Phil's terminal emulation and used it as a base upon which he could experiment with advanced terminal emulator features and continues to actively develop Terminator. Martin Dorey ported Terminator to Cygwin, making Terminator one of the few terminal emulators available on Windows and Unix platforms.

Contents

[edit] Features

  • Automatic Logging - Complete logs are automatically generated of all of the user's terminal sessions.
  • Drag & Drop - Text and URLs, and even files from Finder/Nautilus/Windows Explorer can be dropped on Terminator to be inserted as text, with automatic quoting of filenames containing shell meta-characters.
  • Find - Terminator provides you with a find function so users can search for text and regular expressions within their terminal (including the scrollback), highlighting them all, in the style of less, and offering quick movement to the next or previous match.
  • Horizontal Scrolling - Most terminal emulators wrap text when it intrudes upon the right margin. Terminator instead provides a horizontal scrollbar when necessary.
  • Multiple Tabs - Like tabbed browsing, only with terminals.
  • Number Reinterpretation - Terminator will recognize numbers in a variety of bases as the current selection, and add informational menu items to the pop-up menu showing the same number in other bases. No more man ascii or resorting to bc.
  • Portability - Written mostly in Java, with a small POSIX C++ part (for pseudo-terminal support) and a Ruby invocation script, Terminator should compile out of the box on most modern desktop operating systems.
  • Tab Character Handling - Many terminal emulators translate tab characters into strings of spaces. If a section of text is then copied or pasted from the terminal into a text editor, it appears as spaces rather than tabs; Terminator remembers them as tab characters.
  • Unlimited Scrollback - Terminator does not throw away output when it scrolls off the top of the screen, nor when it reaches any arbitrary limit. The user must manually clear the scrollback.
  • Intelligent Vertical Scrolling - Terminator's scrollbar won't keep jumping when there's output if you've deliberately scrolled back to look at part of the history, but as soon as you scroll back to the bottom again, it will resume auto-scrolling.
  • Safe Quit - Terminator knows when you still have processes running, and brings up a dialog rather than just letting those processes die.
  • UTF-8 - Terminator does not mangle accented characters, and it copes well with languages such as Greek where there's a mix of normal and wide glyphs.

[edit] See also

[edit] External links


[edit] References