I have a large list of tabs which are open in each terminal. I'd need to save them with a meaningful name and restore later when I need them.
From what I've checked in another thread you could use:
gnome-terminal --save-config
However in my gnome-terminal:
$ gnome-terminal --save-config=/tmp/cfg
Option "--save-config" is no longer supported in this version of gnome-terminal.
$ gnome-terminal --version
GNOME Terminal 3.22.1 Using VTE version 0.46.1 +GNUTLS
Any other option available?
save-config
option. I have somehow managed to work around this using various tricks includingxdotool
, see for example this answer. – Håkon Hægland Oct 05 '17 at 09:42