20

I use the Yakuake drop-down terminal and would love if it could save my session of tabs somehow. When I have 6-7 tabs open, all named and everything, it is a giant pita having to re-create that on every reboot.

Any ideas?

mart1n
  • 553
  • 1
  • 6
  • 13

1 Answers1

15

Seems like you're in luck; there's a project, yakuake-sessions, meant to provide just this:

ysess is a script that gathers as much info as possible from a running yakuake instance and saves it out in INI format. It can then take this same INI file as input and (destructively! *) reconstruct the yakuake session.

* As part of the reconstruction process, ysess destroys all current tabs in yakuake before restoring from the INI file.

Currently, ysess will save the following information:

  • tab order
  • tab title
  • active tab
  • per-tab working directory
  • per-tab active command
sr_
  • 15,224
  • 49
  • 55