Go to file
Chris Jones 26e6eba2b5 Make transparency support much saner by making it much simpler. This means that enable_real_transparency being False doesn't prevent transparency from working, it just means it falls back to the fake transparency. Closes LP #328994 2009-02-13 10:43:11 +00:00
data Apply patch from LP: #316755 to generate the .desktop file from the translated strings 2009-01-26 00:28:25 +00:00
debian props 2009-01-26 00:50:15 +00:00
doc fix up the manpage 2009-02-08 21:15:43 +00:00
po Hopefully this is the end of the changes to potfile generation. It does mean we'll have some disorder in the translations, which I apologise for, but it should make us much more flexible 2009-01-26 13:24:55 +00:00
terminatorlib Make transparency support much saner by making it much simpler. This means that enable_real_transparency being False doesn't prevent transparency from working, it just means it falls back to the fake transparency. Closes LP #328994 2009-02-13 10:43:11 +00:00
.bzrignore make sure we ignore pyc files 2008-05-23 09:39:13 +01:00
COPYING revert to a real file for the licence 2008-01-15 17:50:59 +00:00
ChangeLog Update the ChangeLog a little 2009-01-26 16:39:35 +00:00
INSTALL Improve installation somewhat; allow the use of --record files for uninstallation, 2008-08-30 00:57:35 +01:00
README Update README 2009-01-20 22:52:59 +00:00
TODO update docs in preparation for release 2008-07-03 23:48:37 +01:00
setup.py Apply patch from LP: #316755 to generate the .desktop file from the translated strings 2009-01-26 00:28:25 +00:00
terminator - Added --working-directory to the manpage. 2009-01-27 11:19:01 -08:00
terminator.spec Remove some useless headers from our .desktop, drop in a slightly hacked and untested specfile from fedora. Closes LP # 2009-01-15 00:13:43 +00:00

README

Terminator 0.12
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