LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

terminator

Multiple GNOME terminals in one window

TLDR

Start terminator window
$ terminator
copy
Start with a fullscreen window
$ terminator -f
copy
Split terminals horizontally
$ Ctrl+Shift+O
copy
Split terminals vertically
$ Ctrl+Shift+E
copy
Open new tab
$ Ctrl+Shift+T
copy

SYNOPSIS

terminator [options]

DESCRIPTION

terminator is a terminal emulator that allows arranging multiple GNOME terminals in a single window. Terminals can be split horizontally and vertically, organized into tabs, and resized dynamically.Key bindings allow quick navigation and manipulation of the terminal grid. Layouts and profiles can be saved and restored for consistent workspace setups.

PARAMETERS

-f, --fullscreen

Start in fullscreen mode
-m, --maximise
Start maximized
-b, --borderless
Start without window decorations
-T, --title _title_
Set window title
-e, --command _command_
Run command in the terminal
-l, --layout _layout_
Load a specific layout
-p, --profile _profile_
Use specified profile
-g, --config _file_
Use alternate config file

INSTALL

sudo dnf install terminator
copy
sudo pacman -S terminator
copy
sudo apk add terminator
copy
sudo zypper install terminator
copy
brew install terminator
copy
nix profile install nixpkgs#terminator
copy

CAVEATS

Requires a graphical environment. Configuration is stored in ~/.config/terminator/. Some key bindings may conflict with applications running in the terminal.

SEE ALSO

Copied to clipboard
Kai