Go to file
Matt Rose 6d225c7aee
Merge pull request #821 from LeoDog896/patch-1
chore: bump ations/checkout (v2 -> v4)
2023-09-15 08:24:00 -04:00
.github ci: bump actions/checkout ~> v4 2023-09-12 18:53:52 -04:00
.tx Add transifex config 2021-01-03 18:54:56 +01:00
completion Remove completion for --profile and --layout 2021-12-18 14:49:45 +01:00
data Merge pull request #647 from libreajans/rebranding 2022-11-19 15:16:03 -05:00
doc Merge pull request #797 from j-d-r/master 2023-08-26 13:50:45 -04:00
po Translate po/terminator.pot in zh_CN 2023-07-21 08:55:55 +00:00
terminatorlib Merge pull request #736 from rkashinin/issue-676 2023-08-26 21:49:12 -04:00
tests Merge pull request #665 from vssdeo/559-Add-menu-autocomplete 2022-11-18 23:10:10 -05: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.1.3 2023-03-01 17:36:20 -05:00
CHANGELOG.legacy.txt Fix typos 2022-10-22 00:07:07 +08:00
CHANGELOG.md Release version 2.1.3 2023-03-01 17:36:20 -05:00
COPYING revert to a real file for the licence 2008-01-15 17:50:59 +00:00
INSTALL.md docs: Change number of columns in repology badge 2022-10-21 16:41:21 +02:00
MANIFEST.in multiple small documentation fixes 2020-11-09 09:46:07 -05:00
README.md Various README fixes 2022-04-03 20:51:20 -04:00
RELEASE.md Merge pull request #353 from gnome-terminator/doc/release 2021-01-04 07:25:20 +01:00
TRANSLATION.md Add documentation for translations 2021-01-03 19:51:31 +01:00
pytest.ini tests: Update suite for pytest 2020-05-09 10:24:20 +02:00
remotinator add bg_img_all command to switch background on all terminals 2021-08-16 19:16:21 -04:00
setup.cfg Revert "replace gettext and intltool with Babel" 2020-05-19 21:07:52 +02:00
setup.py remove gtk-update-icon-cache from setup.py 2021-08-24 14:44:52 -04:00
terminator Merge branch 'feature/add-command-line-command-to-reload-configuration' of https://github.com/dantecalderon/terminator into dantecalderon-feature/add-command-line-command-to-reload-configuration 2023-08-26 21:39:29 -04:00

README.md

Terminator

Started by Chris Jones cmsj@tenshu.net in 2007, maintained from 2014 to 2020 by Stephen Boddy, currently maintained by Matt Rose. Terminator has had contributions from countless others listed in the AUTHORS file

Description

Terminator was originally developed by Chris Jones in 2007 as a simple, 300-ish line python script. Since then, it has become The Robot Future of Terminals. Originally inspired by projects like quadkonsole and gnome-multi-term and more recently by projects like Iterm2, and Tilix, It lets you combine and recombine terminals to suit the style you like. If you live at the command-line, or are logged into 10 different remote machines at once, you should definitely try out Terminator.

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.

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.

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

Installing

Terminator is available for most (if not all) Linux distributions from the distribution's repository of binary packages. It is also available on FreeBSD. Please search your repository for terminator If you want to find information on how to enable an updated package repository for your OS, build from source, or want to run the bleeding-edge master version, you can follow the instructions in INSTALL.md

Quick Start:

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:

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.

The original version 0.1 release of Terminator was on Saturday, 28 July 2007. Here is the archived Terminator 0.1 release announcement

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