Go to file
Chris Jones b5f8b783ab debian changelog for 0.90beta2 2010-02-09 21:46:08 +00:00
data Move our preferences glade file to terminatorlib/ so we can use the built-in knowledge of where that is on-disk to find the .glade file 2010-01-09 17:49:14 +00:00
debian debian changelog for 0.90beta2 2010-02-09 21:46:08 +00:00
doc Various tidying, version and packaging updates 2010-01-05 10:07:35 +00:00
po Import translations from Launchpad 2009-12-03 13:07:49 +00:00
terminatorlib Remove ad-hoc titlebar visibility control and make the preferences setting be applied by Terminal::reconfigure() 2010-02-09 13:08:07 +00: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 Start fleshing out a changelog 2010-01-23 19:33:43 +00:00
INSTALL Various tidying, version and packaging updates 2010-01-05 10:07:35 +00:00
README Various tidying, version and packaging updates 2010-01-05 10:07:35 +00:00
setup.py Make setup.py install configobj, plugins, the preferences dialog and more eloquently handle the uninstall manifest 2010-01-19 20:33:35 +00:00
terminator Undo my madness 2010-02-05 00:16:24 +00:00
terminator.spec Various tidying, version and packaging updates 2010-01-05 10:07:35 +00:00

README

Terminator 0.90
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 no other GUI apart from the 
context menu on each terminal, but there is a configuration file which can be
used to control the behaviours and settings of Terminator (see the manpage
"terminator_config"). If you use GNOME then the settings for your default
gnome-terminal profile will be used (you can specify an alternate profile on
the command line).

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.

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 on 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