All Projects → gnome-terminator → Terminator

gnome-terminator / Terminator

Licence: gpl-2.0
multiple GNOME terminals in one window

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Terminator

Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: ✭ 136 (-79.04%)
Mutual labels:  terminal, terminal-emulators, gtk
Terminus
A terminal for a more modern age (formerly Terminus)
Stars: ✭ 24,959 (+3745.76%)
Mutual labels:  terminal, terminal-emulators
Macos
macOS theme for Gnome and GTK-based desktops
Stars: ✭ 641 (-1.23%)
Mutual labels:  gnome, gtk
Upterm
A terminal emulator for the 21st century.
Stars: ✭ 19,441 (+2895.53%)
Mutual labels:  terminal, terminal-emulators
Node Gtk
GTK+ bindings for NodeJS (via GObject introspection)
Stars: ✭ 287 (-55.78%)
Mutual labels:  gnome, gtk
Tootle
GTK-based Mastodon client for Linux
Stars: ✭ 304 (-53.16%)
Mutual labels:  gnome, gtk
Sunflower
Small and highly customizable twin-panel file manager for Linux with support for plugins.
Stars: ✭ 347 (-46.53%)
Mutual labels:  gnome, gtk
Abrus-gtk-theme
Abrus is a stylish Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 25 (-96.15%)
Mutual labels:  gtk, gnome
Terminology
The best terminal emulator based on the Enlightenment Foundation Libraries
Stars: ✭ 440 (-32.2%)
Mutual labels:  terminal, terminal-emulators
Neoterm
👍 A modern-designed Android terminal emulator for the 21st century.
Stars: ✭ 453 (-30.2%)
Mutual labels:  terminal, terminal-emulators
Flat Remix Gtk
Flat Remix is a GTK application theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
Stars: ✭ 634 (-2.31%)
Mutual labels:  gnome, gtk
Chalk
🖍 Terminal string styling done right
Stars: ✭ 17,566 (+2606.63%)
Mutual labels:  terminal, terminal-emulators
Nord Gnome Terminal
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Stars: ✭ 258 (-60.25%)
Mutual labels:  terminal, gnome
Ttyd
Share your terminal over the web
Stars: ✭ 4,030 (+520.96%)
Mutual labels:  terminal, terminal-emulators
Playhouse
A Playground for HTML/CSS/JavaScript
Stars: ✭ 28 (-95.69%)
Mutual labels:  gtk, gnome
Gradio
Stars: ✭ 335 (-48.38%)
Mutual labels:  gnome, gtk
Sauron Native
Truly cross platform, truly native. multiple backend GUI for rust
Stars: ✭ 587 (-9.55%)
Mutual labels:  terminal, gtk
Resource Monitor
Resource_Monitor is a GNOME Shell extension that Monitor the use of system resources like cpu, ram, disk, network and display them in GNOME Shell top bar.
Stars: ✭ 62 (-90.45%)
Mutual labels:  gtk, gnome
telegrand
A Telegram client for GNOME
Stars: ✭ 380 (-41.45%)
Mutual labels:  gtk, gnome
Gaphor
Gaphor is the simple modeling tool
Stars: ✭ 386 (-40.52%)
Mutual labels:  gnome, gtk

Terminator

by Chris Jones [email protected] and others.

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.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].