[Konsole-devel] [konsole] [Bug 175140] konsole -profile functionality from kde 3.5.x

Akiva Shor akiva at nana.co.il
Mon Jan 6 12:02:23 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=175140

--- Comment #26 from Akiva Shor <akiva at nana.co.il> ---
Created attachment 84476
  --> https://bugs.kde.org/attachment.cgi?id=84476&action=edit
a script for saving tabs

Hi
I just wrote a small script that saves your konsole tabs so you can restore
them later if the computer crashes or you just want to reboot.

You can use ksave.sh --help to see how it works.

If you want shortcuts added to your alias so you can just type these command:
ksave        save your current tab
krestore    restore all saved tab
kclear        clear all saved tabs

Just run these commans:
echo "a ksave '/path/of/file/ksave.sh'">> ~/.alias
echo "a krestore '~/konsole_tabs.restore'">> ~/.alias
echo "a kclear '/path/of/file/ksave.sh --clear'">> ~/.alias
source ~/.alias

Enjoy
Akiva

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list