Run GNOME Terminal with Named Multi-Tabs

GNOME Terminal is a terminal emulation application, installed by default in Ubuntu. GNOME Terminal supports multiple profiles. So, create a few profiles, then execute them one for each tab:

1
$ gnome-terminal --tab-with-profile=work --tab-with-profile=life

Additionally, set the title for the window or tab and run custom command:

GNOME Terminal Profile Title and Custom Command

Also, provide a consistent layout and format:

1
2
Custom terminal size: 172 x 43
Font: Monospace 11

Now, you have multiple terminal tabs in a single GNOME Terminal window, possibly one for work, another one for life.