lxde / lxterminal

VTE terminal emulator written in GTK
GNU General Public License v2.0
159 stars 55 forks source link

Please add a Search function similar to GNOME Terminal #85

Open RayFoulk opened 4 years ago

RayFoulk commented 4 years ago

Please add the ability to search the scrollback buffer (backwards or forwards) similar to how GNOME Terminal does. Optional regex feature would be nice, but simple substring match will do the job. Note the standard approach of piping stdout to grep is insufficient for my purposes.

davesp commented 4 years ago

lxterminal tends to be minimalist. It does support a right-click "Clear Scrollback"; would a right-click "Select All Scrollback" (allowing a "Ctrl-C" copy) help?

FinboySlick commented 4 years ago

I think it would be a reasonable feature to implement if done so in a lean way (minimal GUI and code), I'll keep open and try my hand at it. There are pretty major changes needed to accommodate obsoleted gtk3 functions before I can get to it though.