Go to file
Thomas Hurst c0ab0e3f34 Introduce a cut-down version of my .ini parser; this one doesn't do anything special with indents, and just builds a simple dict on parse. It does introduce the same error handling (other than that for indenting), so some previously working (but highly dubious) configs might break.
Hook up a [keybindings] section, to override the default ones now in config.py; teach TerminatorConfig to merge configured keybindings from available sources; gconf support shouldn't be far away.
2008-08-15 04:11:24 +01:00
data make the icon parts fail more gracefully, and add our menu icons to the branch 2008-06-04 11:18:59 +01:00
debian more greetz 2008-07-13 01:07:54 +01:00
doc Document search. 2008-08-13 00:20:52 +01:00
po pull in a load of POs from Launchpad 2008-07-07 22:53:52 +01:00
terminatorlib Introduce a cut-down version of my .ini parser; this one doesn't do anything special with indents, and just builds a simple dict on parse. It does introduce the same error handling (other than that for indenting), so some previously working (but highly dubious) configs might break. 2008-08-15 04:11:24 +01:00
.bzrignore make sure we ignore pyc files 2008-05-23 09:39:13 +01:00
COPYING
ChangeLog update docs in preparation for release 2008-07-03 23:48:37 +01:00
INSTALL update docs in preparation for release 2008-07-03 23:48:37 +01:00
README Clarify the README slightly 2008-07-05 22:06:38 +01:00
TODO update docs in preparation for release 2008-07-03 23:48:37 +01:00
setup.py Change import order, no functional changes. 2008-07-16 23:13:38 +01:00
terminator Always set some sort of title; if vte's title is None, use the command the terminal is running. 2008-08-07 21:34:47 +01:00
terminator.spec fixes .spec 2008-07-08 19:55:31 +01:00

README

Terminator 0.9
by Chris Jones <cmsj@tenshu.net> and several 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"

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.