~ubuntu-branches/ubuntu/trusty/terminator/trusty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel
  • Date: 2008-07-08 07:24:49 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080708072449-n7ey6xc46bo9lo2x
Tags: 0.9-1
New upstream release. (Closes: #489858)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Terminator 0.8.1
2
 
by Chris Jones <cmsj@tenshu.net>
3
 
 
4
 
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.
5
 
 
6
 
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.
7
 
 
8
 
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.
9
 
 
10
 
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
 
1
Terminator 0.9
 
2
by Chris Jones <cmsj@tenshu.net> and several others.
 
3
 
 
4
The goal of this project is to produce a useful tool for arranging terminals. 
 
5
It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that
 
6
the main focus is arranging terminals in grids (tabs is the most common default
 
7
method, which Terminator also supports).
 
8
 
 
9
When you run Terminator, you will get a terminal in a window, just like almost 
 
10
every other terminal emulator available. There is no other GUI apart from the 
 
11
context menu on each terminal, but there is a configuration file which can be
 
12
used to control the behaviours and settings of Terminator (see the manpage
 
13
"terminator_config"). If you use GNOME then the settings for your default
 
14
gnome-terminal profile will be used (you can specify an alternate profile on
 
15
the command line).
 
16
 
 
17
You can create more terminals by right clicking on one and choosing to split 
 
18
it vertically or horizontally. You can get rid of a terminal by right 
 
19
clicking on it and choosing Close. Ctrl-Shift-o and Ctrl-Shift-e will also 
 
20
effect the splitting.
 
21
 
 
22
Ctrl-Shift-n and Ctrl-Shift-p will Shift focus to the next/previous terminal 
 
23
respectively, and Ctrl-Shift-w will close the current terminal and 
 
24
Ctrl-Shift-q the current window
 
25
 
 
26
For more keyboard shortcuts and also the command line options, please see the
 
27
manpage "terminator"
11
28
 
12
29
Ask questions at: https://answers.launchpad.net/terminator/
13
30
Please report all bugs to https://bugs.launchpad.net/terminator/+filebug
14
31
 
15
 
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).
16
 
 
17
 
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.
18
 
 
19
 
the gedit terminal plugin is part of the gedit-plugins package, which is licenced under GPL v2 or later.
 
32
Terminator began by shamelessly copying code from the vte-demo.py in the vte 
 
33
widget package, and on the gedit terminal plugin (which was fantastically 
 
34
useful at figuring out vte's API).
 
35
 
 
36
vte-demo.py was not my code and is copyright its original author. While it 
 
37
does not contain any specific licensing information in it, the VTE package 
 
38
appears to be licenced under LGPL v2.
 
39
 
 
40
The gedit terminal plugin is part of the gedit-plugins package, which is 
 
41
licenced under GPL v2 or later.
20
42
 
21
43
I am thus licensing Terminator as GPL v2 only.
22
44
 
23
 
Cristian Grada provided the icon under the same licence.
 
45
Cristian Grada provided the old icon under the same licence.
 
46
Cory Kontros provided the new icon under the CC-by-SA licence.
 
47