JFreegman / toxic

A Tox-based instant messaging and video chat client
GNU General Public License v3.0
1.19k stars 152 forks source link

feature suggestion: search through scrollback #623

Closed emdee-is closed 7 months ago

emdee-is commented 1 year ago

I find myself looking back in the scrollback for something specific. What I'd like to do is go to the top and type ^S or ^F and incrementally search for a word, terminating when I hit .

Just a "nice to have".

JFreegman commented 7 months ago

After thinking on this a while I think it'd just be reinventing the wheel. With commit https://github.com/JFreegman/toxic/commit/d38a73e5365eccbc40cf0f77321e584ef7b4178f you can now easily do this via a different tool such as grep or a text editor of your choice. Will re-explore the idea if chatlogs ever become encrypted.