terminator/README.md

95 lines
2.9 KiB
Markdown
Raw Normal View History

2011-09-23 20:41:05 +00:00
Terminator
2020-04-01 21:31:54 +00:00
==========
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
2008-07-03 22:48:37 +00:00
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
2008-07-05 21:06:38 +00:00
method, which Terminator also supports).
2008-07-03 22:48:37 +00:00
When you run Terminator, you will get a terminal in a window, just like almost
2010-03-30 19:00:39 +00:00
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.
2007-07-29 04:05:26 +00:00
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
2020-07-22 17:54:40 +00:00
New tab:
Ctrl-Shift-t
2020-07-22 17:54:40 +00:00
New window:
Ctrl-Shift-i
2020-07-22 17:54:40 +00:00
Close terminal or tab:
Ctrl-Shift-w
or right mouse click -> Close
2020-07-22 17:54:40 +00:00
Close window with all it's terminals and tabs:
Ctrl-Shift-q
2020-07-22 17:54:40 +00:00
Reset zoom:
Ctrl-0
2020-07-22 17:54:40 +00:00
Terminator Preferences menu:
right mouse click -> Preferences
2020-07-22 17:54:40 +00:00
These and more modifiable shortcuts in:
right mouse click -> Preferences -> Keybindings tab
2020-07-22 17:54:40 +00:00
web Documentation: F1
2020-07-22 17:54:40 +00:00
More info about shortcuts and cli config in man pages:
man terminator
man terminator_config
2020-04-01 21:31:54 +00:00
## Contributing
Any help is welcome with the Terminator project.
* [Open issues for bugs or enhancements](https://github.com/gnome-terminator/terminator/issues/new)
* [Join our chat room on gitter.im for general questions](https://gitter.im/gnome-terminator/community)
You can find old bugs and questions in the launchpad project, but please don't post anything new there.
* https://answers.launchpad.net/terminator
* https://bugs.launchpad.net/terminator
## Origins
2007-07-28 01:29:32 +00:00
2008-07-03 22:48:37 +00:00
Terminator began by shamelessly copying code from the vte-demo.py in the vte
2010-03-30 19:00:39 +00:00
widget package, and the gedit terminal plugin (which was fantastically
2008-07-03 22:48:37 +00:00
useful at figuring out vte's API).
2008-07-03 22:48:37 +00:00
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.
2020-04-01 21:31:54 +00:00
## Licensing
2008-07-03 22:48:37 +00:00
The gedit terminal plugin is part of the gedit-plugins package, which is
licenced under GPL v2 or later.
2007-07-28 01:29:32 +00:00
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.
2009-01-20 22:52:59 +00:00
For other authorship information, see debian/copyright