Go to file
Chris Jones d8a39862f1 Revert commits 291..293 2008-07-01 22:51:12 +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 bump version again 2008-06-20 11:29:09 +01:00
doc fix a typo 2008-06-30 11:14:47 +01:00
po Update genpot.sh for new source files 2008-06-17 00:10:29 +01:00
terminatorlib Revert commits 291..293 2008-07-01 22:51:12 +01: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 Enable switch to next/previous term within the same tab 2008-06-17 21:40:04 +01:00
INSTALL Add note about uninstall 2008-02-17 10:24:14 +00:00
README Add Cory to README for the shiny new icon, and update the version number because it'll need doing eventually 2008-04-07 21:35:41 +01:00
TODO Only use ~/.config/terminator/config instead of ~/.terminatorrc. Closes LP #238070 2008-06-17 01:20:37 +01:00
setup.py Teach build.py to install manpages in the right place on FreeBSD. This probably applies to other BSD's too, but for now it's sufficient to make the port patch-free. 2008-06-18 18:07:15 +01:00
terminator Hook -d up to terminatorlib.config.debug properly. Closes LP #243753 2008-06-28 21:20:49 +01:00
terminator.spec Adding .spec file 2008-06-20 18:01:17 +01:00

README

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

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.

Cristian Grada provided the old icon under the same licence.
Cory Kontros provided the new icon under the CC-by-SA licence.