Go to file
Matt Rose 8bc1af0749 Release Version 2.0 2020-10-06 09:47:30 -04:00
.github/workflows update apt repos before installing packages 2020-06-19 09:50:59 -04:00
data Revert "replace gettext and intltool with Babel" 2020-05-19 21:07:52 +02:00
doc Adding maximize option 2020-06-11 20:23:18 +02:00
po Revert "replace gettext and intltool with Babel" 2020-05-19 21:07:52 +02:00
terminatorlib Release Version 2.0 2020-10-06 09:47:30 -04:00
tests Add Tests for `Keybinding>Preferences` 2020-09-18 03:45:31 +03:00
.authors.footer Update AUTHORS with a full list from GIT history 2020-05-09 20:41:18 +02:00
.authors.header Update AUTHORS with a full list from GIT history 2020-05-09 20:41:18 +02:00
.github_changelog_generator Prepare RELEASE.md documentation and CHANGELOG.md 2020-04-17 19:12:57 +02:00
.gitignore Revert "replace gettext and intltool with Babel" 2020-05-19 21:07:52 +02:00
.mailmap Update AUTHORS with a full list from GIT history 2020-05-09 20:41:18 +02:00
AUTHORS Release Version 2.0 2020-10-06 09:47:30 -04:00
CHANGELOG.legacy.txt Prepare RELEASE.md documentation and CHANGELOG.md 2020-04-17 19:12:57 +02:00
CHANGELOG.md Release Version 2.0 2020-10-06 09:47:30 -04:00
COPYING revert to a real file for the licence 2008-01-15 17:50:59 +00:00
INSTALL.md add packages to install doc 2020-07-22 14:09:14 -04:00
MANIFEST.in Reduce MANIFEST to minimum required with setuptools 2020-05-09 10:24:20 +02:00
README.md Format shortcuts 2020-08-14 10:41:33 +02:00
RELEASE.md update release instructions for version string in the preferences 2020-07-22 13:24:21 -04:00
pytest.ini tests: Update suite for pytest 2020-05-09 10:24:20 +02:00
remotinator Fix shebang and executable flag for all scripts 2020-04-05 16:36:06 +02:00
setup.cfg Revert "replace gettext and intltool with Babel" 2020-05-19 21:07:52 +02:00
setup.py Revert "replace gettext and intltool with Babel" 2020-05-19 21:07:52 +02:00
terminator move cmdline option conversion to dbus format to optionparse 2020-08-28 16:55:14 -04:00

README.md

Terminator

by Chris Jones cmsj@tenshu.net and others.

New home on GitHub

In April of 2020 we started moving Terminator to GitHub. A new team wanted to continue the work of the original authors.

Unfortunately we are not able to adopt the Launchpad project, so we could only inform users were possible.

You can find the project on https://github.com/gnome-terminator/terminator

Description

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 also a titlebar which will update as shells/programs inside the terminal tell it to. Also on the titlebar is a small button that opens the grouping menu. From here you can put terminals into groups, which allows you to control multiple terminals simultaneously.

Some shortcuts:

Create more terminals by:

  • horizontal split: Ctrl-Shift-o
  • vertical split: Ctrl-Shift-e

Shift focus to:

  • next terminal: Ctrl-Shift-n
  • previous terminal: Ctrl-Shift-p

New tab: Ctrl-Shift-t

New window: Ctrl-Shift-i

Close terminal or tab:

  • Ctrl-Shift-w
  • or right mouse click -> Close

Close window with all it's terminals and tabs: Ctrl-Shift-q

Reset zoom: Ctrl-0

Terminator Preferences menu:

  • right mouse click -> Preferences

These and more modifiable shortcuts in:

  • right mouse click -> Preferences -> Keybindings tab

Web Documentation: F1

More info about shortcuts and cli config in man pages:

  • man terminator
  • man terminator_config

Contributing

Any help is welcome with the Terminator project.

You can find old bugs and questions in the launchpad project, but please don't post anything new there.

Origins

Terminator began by shamelessly copying code from the vte-demo.py in the vte widget package, and 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.

Licensing

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. For other authorship information, see debian/copyright