[go: nahoru, domu]

Jump to content

Terminator (terminal emulator): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Reverted 1 edit by 97.70.79.67 (talk): Reverting (accidental?) removal of {{about2}}. (TW)
m fix my own typo
Line 1: Line 1:
{{about2|the Java terminal emulator|It should not be confused by GNOME Terminator, another similarly-named terminal emulator}}
{{about2|the Java terminal emulator|It should not be confused with GNOME Terminator, another similarly-named terminal emulator}}
{{multiple issues|
{{multiple issues|
{{Primary sources|date=March 2007}}
{{Primary sources|date=March 2007}}

Revision as of 18:58, 10 February 2018

Template:About2

Terminator
Developer(s)Phil Norman, Elliott Hughes, Martin Dorey
Stable release
Revision #1418 (2523) / February 24, 2008; 16 years ago (2008-02-24)
Written inJava
Operating systemWindows/X Window System
TypeTerminal emulator
LicenseGPL[1]
Websitecode.google.com/p/jessies/wiki/Terminator

Terminator is an open-source terminal emulator programmed in Java. It is available on Microsoft Windows, macOS, 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.

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.

See also

References

  1. ^ "Google Code Archive - Long-term storage for Google Code Project Hosting". code.google.com.

External links