Go to file
Chris Jones 5395c21f64 Give the prefs window a decent window title 2010-07-04 18:53:18 +01:00
data Improve colouring/transparency of 16x16 icon. Closes LP #553896 2010-04-02 15:23:33 +01:00
debian Prepare for 0.94 release 2010-07-04 18:49:43 +01:00
doc Deprecate the hide_tabbar config option and instead add a 'hidden' value to tab_position and update the code/UI/docs accordingly. 2010-07-03 20:42:33 +01:00
po Launchpad automatic translations update. 2010-07-04 04:42:38 +01:00
terminatorlib Give the prefs window a decent window title 2010-07-04 18:53:18 +01:00
.bzrignore ignore compiled terminator 2010-01-14 23:18:41 +00:00
COPYING revert to a real file for the licence 2008-01-15 17:50:59 +00:00
ChangeLog Prepare for 0.94 release 2010-07-04 18:49:43 +01:00
INSTALL Various tidying, version and packaging updates 2010-01-05 10:07:35 +00:00
README Prepare for 0.94 release 2010-07-04 18:49:43 +01:00
setup.py default to an icon based terminal bell indication, and add such an icon from Tango. 2010-02-11 13:05:12 +00:00
terminator Add some more debugging to layout creation 2010-06-15 15:19:05 +01:00
terminator.spec The .glade file lives with the python library now, not here 2010-04-05 15:32:08 +01:00

README

Terminator 0.94
by Chris Jones <cmsj@tenshu.net> and others.

The goal of this project is to produce a useful tool for arranging terminals. 
It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that
the main focus is arranging terminals in grids (tabs is the most common default
method, which Terminator also supports).

When you run Terminator, you will get a terminal in a window, just like almost 
every other terminal emulator available. There is also a titlebar which will
update as shells/programs inside the terminal tell it to. Also on the titlebar
is a small button that opens the grouping menu. From here you can put terminals
into groups, which allows you to control multiple terminals simultaneously.

You can create more terminals by right clicking on one and choosing to split 
it vertically or horizontally. You can get rid of a terminal by right 
clicking on it and choosing Close. Ctrl-Shift-o and Ctrl-Shift-e will also 
effect the splitting.
Also from the right mouse menu you can access Terminator's preferences window.

Ctrl-Shift-n and Ctrl-Shift-p will Shift focus to the next/previous terminal 
respectively, and Ctrl-Shift-w will close the current terminal and 
Ctrl-Shift-q the current window.

For more keyboard shortcuts and also the command line options, please see the
manpage "terminator". For configuration options, see the manpage 
"terminator_config".

Ask questions at: https://answers.launchpad.net/terminator/
Please report all bugs to https://bugs.launchpad.net/terminator/+filebug

Terminator began by shamelessly copying code from the vte-demo.py in the vte 
widget package, and the gedit terminal plugin (which was fantastically 
useful at figuring out vte's API).

vte-demo.py was not my code and is copyright its original author. While it 
does not contain any specific licensing information in it, the VTE package 
appears to be licenced under LGPL v2.

The gedit terminal plugin is part of the gedit-plugins package, which is 
licenced under GPL v2 or later.

I am thus licensing Terminator as GPL v2 only.

Cristian Grada provided the old icon under the same licence.
Cory Kontros provided the new icon under the CC-by-SA licence.
For other authorship information, see debian/copyright