• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H02-Apr-2021-11484

.tx/H02-Apr-2021-118

data/H02-Apr-2021-513500

doc/H02-Apr-2021-812794

po/H02-Apr-2021-150,640115,109

terminatorlib/H02-Apr-2021-16,56214,001

tests/H02-Apr-2021-424314

.authors.footerH A D02-Apr-2021434 2618

.authors.headerH A D02-Apr-202186 52

.github_changelog_generatorH A D02-Apr-202156 43

.gitignoreH A D02-Apr-2021280 2723

.mailmapH A D02-Apr-20211.4 KiB2625

AUTHORSH A D02-Apr-20214.1 KiB117107

CHANGELOG.mdH A D02-Apr-202139.5 KiB396336

COPYINGH A D02-Apr-202117.6 KiB340281

INSTALL.mdH A D02-Apr-20215.3 KiB12286

MANIFEST.inH A D02-Apr-2021163 65

README.mdH A D02-Apr-20213.7 KiB9560

RELEASE.mdH A D02-Apr-20212.1 KiB9058

TRANSLATION.mdH A D02-Apr-20211.7 KiB5333

pytest.iniH A D02-Apr-202147 32

remotinatorH A D02-Apr-20213.9 KiB9759

setup.cfgH A D02-Apr-202122 32

setup.pyH A D02-Apr-20219.4 KiB250204

terminatorH A D02-Apr-20215.4 KiB14997

README.md

1Terminator
2==========
3
4by Chris Jones <cmsj@tenshu.net> and others.
5
6## Description
7
8Terminator 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.
9
10When you run **`Terminator`**, you will get a terminal in a window, just like almost
11every other terminal emulator available. There is also a titlebar which will
12update as shells/programs inside the terminal tell it to. Also on the titlebar
13is a small button that opens the grouping menu. From here you can put terminals
14into groups, which allows you to control multiple terminals simultaneously.
15
16## New home on GitHub
17
18In April of 2020 we started moving **`Terminator`** to GitHub. A new team wanted to continue the work of the original authors.
19
20You can find the project on https://github.com/gnome-terminator/terminator
21
22## Installing
23
24Terminator 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](https://github.com/gnome-terminator/terminator/blob/master/INSTALL.md)
25
26
27#### Quick Start:
28
29Create more terminals by:
30 - horizontal split: `Ctrl-Shift-o`
31 - vertical split: `Ctrl-Shift-e`
32
33Shift focus to:
34 - next terminal: `Ctrl-Shift-n`
35 - previous terminal: `Ctrl-Shift-p`
36
37New tab: `Ctrl-Shift-t`
38
39New window: `Ctrl-Shift-i`
40
41Close terminal or tab:
42 - `Ctrl-Shift-w`
43 - or right mouse click -> Close
44
45Close window with all it's terminals and tabs: `Ctrl-Shift-q`
46
47Reset zoom: `Ctrl-0`
48
49Terminator Preferences menu:
50 - right mouse click -> Preferences
51
52These and more modifiable shortcuts in:
53 - right mouse click -> Preferences -> Keybindings tab
54
55Web Documentation:
56 - press `F1` or at https://gnome-terminator.readthedocs.io/en/latest/
57
58More info about shortcuts and cli config in man pages:
59 - `man terminator`
60 - `man terminator_config`
61
62## Contributing
63
64Any help is welcome with the Terminator project.
65
66* [Open issues for bugs or enhancements](https://github.com/gnome-terminator/terminator/issues/new)
67* [Join our chat room on gitter.im for general questions](https://gitter.im/gnome-terminator/community)
68* [Help translating Terminator](TRANSLATION.md)
69
70You can find old bugs and questions in the launchpad project, but please don't post anything new there.
71
72* https://answers.launchpad.net/terminator
73* https://bugs.launchpad.net/terminator
74
75## Origins
76
77Terminator began by shamelessly copying code from the vte-demo.py in the vte
78widget package, and the gedit terminal plugin (which was fantastically
79useful at figuring out vte's API).
80
81vte-demo.py was not my code and is copyright its original author. While it
82does not contain any specific licensing information in it, the VTE package
83appears to be licenced under LGPL v2.
84
85## Licensing
86
87The gedit terminal plugin is part of the gedit-plugins package, which is
88licenced under GPL v2 or later.
89
90I am thus licensing Terminator as GPL v2 only.
91
92Cristian Grada provided the old icon under the same licence.
93Cory Kontros provided the new icon under the CC-by-SA licence.
94For other authorship information, see debian/copyright
95