Summary: | Making history / scrollback search available in the KPart | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Alessandro Re <akirosspower> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alessandro Re
2007-06-02 13:36:51 UTC
For the time being you can use screen(1) which allows you to search. Unfortunately the Konsole KPart which Yakuake is based around presently doesn't implement the required interfaces. Eike, should this be moved to konsole then? Moving to Konsole, indeed. For the record, the KPart context menu does offer the option to save the scrollback to a file these days (i.e., in KDE 4 / Yakuake 2.9). Renaming bug for clarity. More practically, I always wondered why when using the up arrow to scroll back into history, it doesn't filter with what is already in the command line. The typical example case is when I type a long command line and then use many whatever commands afterwards. Suddenly, I happen to need again that first long command line. I naturally, start typing it (the first few characters) then remembers that I typed it already and scroll up in the history. Since I type the first few characters, Konsole should grep the history accordingly and show me only the commands I used that started in the same way. Well, it felt so natural to me this way that I get annoyed when I realize I have to move up 25 commands in the history to find again the command I wanted which is only 20 characters long. Eric, the command history is provided by the shell, probably 'bash', not Konsole. If you want to search the history for commands beginning with text then press Ctrl+R and type the first few characters of the command. Pres Ctrl+R to cycle through matches. Search for "bash tips and tricks" for more information. |