Go to file
Chris Jones 45b0e41c6d More icon bits 2008-02-08 11:05:19 +00:00
data/icons can has menu icon? 2008-02-08 10:45:36 +00:00
debian Gear up to a new release 2008-02-08 10:20:48 +00:00
doc Revert hyphens in man page to hyphens 2008-01-14 10:36:27 +00:00
po Only use the gnome module if it is available, otherwise use the (inferior) built-in webbrowser module. This will probably break email URLs for non-gnome users, but there's not much we can do about that and it's better than not working at all. Fixes LP #184809 Also laying some groundwork for 0.8 2008-01-29 23:58:08 +00:00
COPYING revert to a real file for the licence 2008-01-15 17:50:59 +00:00
ChangeLog Gear up to a new release 2008-02-08 10:20:48 +00: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 Updated Shorcuts info on README file 2008-01-16 11:06:03 -05:00
genpot.sh Keep a record of how to update this 2007-12-29 03:13:25 +00:00
setup.py Of course, this is supposed to be an array 2008-02-08 10:48:41 +00:00
terminator More icon bits 2008-02-08 11:05:19 +00:00
terminator.desktop Add the other icons 2008-02-08 10:29:01 +00:00

README

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

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.