Go to file
Chris Jones a18c33ca7f Fix typo in README 2007-11-09 00:15:55 -05:00
debian Update debian parts 2007-11-09 00:13:06 -05:00
AUTHORS barest minimum of a fix for LP #129104 2007-08-27 00:24:32 +01:00
COPYING Add the tedious legal stuff 2007-07-28 02:33:54 +01:00
INSTALL Fix setup.py field. Add AUTHORS to docs. Update ChangeLog for 0.4. Update INSTALL and README to reflect the new world order 2007-09-11 23:37:31 +01:00
README Fix typo in README 2007-11-09 00:15:55 -05:00
setup.py Update debian parts 2007-11-09 00:13:06 -05:00
terminator Change default behaviour from 4 terminals to a single, normal sized terminal 2007-11-08 23:43:05 -05:00

README

Terminator 0.3
by Chris Jones <cmsj@tenshu.net>

This is a little python script to give me lots of terminals in a single window, saving me valuable laptop screen space otherwise wasted on window decorations and not quite being able to fill the screen with terminals.

Right now it will open a single window with one terminal and it will (to some degree) mirror the settings of your default gnome-terminal profile in gconf. Eventually this will be extended and improved to offer profile selection per-terminal, configuration thereof and the ability to alter the number of terminals and save meta-profiles.

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-h and ctrl-shift-v will also effect the splitting.

ctrl-shift-n and ctrl-shift-p will shift focus to the next/previous terminal respectively, and ctrl-shift-q will close the current terminal

One other obvious gotcha - I am experimenting a bit with the URL matching, so at the moment you can match just the domain or the full URL. Let me know if you love/hate this.

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

It's quite shamelessly based on code in the vte-demo.py from the vte widget package, and on the gedit terminal plugin (which was fantastically useful).

vte-demo.py is 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.