Bug 59352 - 'script' in Konsole to save commands and output
Summary: 'script' in Konsole to save commands and output
Status: RESOLVED INTENTIONAL
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-04 22:27 UTC by gunter schelfhout
Modified: 2005-04-02 02:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gunter schelfhout 2003-06-04 22:27:35 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    SuSE RPMs
OS:          Linux

There is an option in the menu to save the history to a file. It would be nice to extend that feature.
Let me explain this:
When doing some admin stuff in the shell (Konsole), (ea. trying several different options in a config file) it is best to keep notes of the changes made so you can backtrack the changes made to the system.

Now there is a nice utility called script which can save all the input and output to a file.
Somebody else can follow the input and output from that person by using 'tail -f' on the saved file. (if he has read permissions of course)

To conclude:
Wouldn't it be nice that before you change some config files, you select a menuoption 'script' to save all your input and output to a standard file (or custom file) so you know after some changes, what exactly you changed? And this without taking notes.
Somebody else can select another menuoption to follow live, the changes the first person is making to the system. (tail -f)
This live-tracking session could of course be used on other files as well (ea log files) as long you have read permissions.

This function is already available via script, so why implementing it in Konsole?
Well, this feature is quite close related to the already implemented option to save the history...only more practical, and more helpfull.

I hope people like this idea.


Gunter Schelfhout
Comment 1 Kurt Hindenburg 2005-04-02 02:19:48 UTC
If you don't want to use script (or other software), in Konsole you can 1) clear the history; 2) do whatever; 3) save history to a file; 4) repeat 1-3.  You can assign shortcuts for #1 and #3.

The only thing wanting is a way to view the history as it happens.... use script.