Terminator (terminal emulator)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

Terminator
Terminator-icon.png
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.
Developer(s) Phil Norman, Elliott Hughes, Martin Dorey
Stable release Revision #1418 (2523) / February 24, 2008
Written in Java
Operating system Windows/X Window System
Type Terminal emulator
License GPL[1]
Website https://code.google.com/p/jessies/wiki/Terminator

Terminator is an open-source terminal emulator programmed in Java. It is available on Microsoft Windows, Mac OS X, Linux and other Unix systems that use the X Window System. Terminator will run on any modern POSIX system running Java 6 or later. Terminator is licensed under the GNU General Public License version 2.

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.

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) 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, tabbed 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.

Keyboard shortcuts

Lua error in package.lua at line 80: module 'strict' not found. Lua error in package.lua at line 80: module 'strict' not found.

  • Ctrl-Shift-E: Split screen Vertically.
  • Ctrl-Shift-O: Split screen horizontally.
  • Ctrl-Shift-P: Focus on previous view.
  • Ctrl-Shift-N: Focus on Next view.
  • Ctrl-Shift-W: Close the view where the focus is on.
  • Ctrl-Shift-Q: Exit terminator.
  • Ctrl-Shift-X: Maximize/Restore current view.

See also

References

  1. https://code.google.com/p/jessies/source/browse/terminator/trunk/COPYING

External links