Want to be able to make text search in the terminal http://guake.org/ticket/362
Reported by: sylock Owned by: somebody
Priority: minor Milestone: 0.5.0
Component: guake Version:
Keywords: Cc:
Description
It would be great being able to make search on the output of the shells. For exemple, with a shorcut CTRL-f. And n for next match (and N for previous match). Being able to use regex in the search would be great either.
I really like this feature!
Should not be difficult: Provided by https://developer.gnome.org/vte/unstable/VteTerminal.html#vte-terminal-search-set-gregex
TODO:
+1
Can you implement this feature ? Please
I really would like but I have not time to work on guake for the moment
Oh I would love this. It's a shame guake is missing this feature in comparison to the regular gnome terminal or something like yakuake.
+1
Sadly, the python-vte module doesn't export the search methods. This means there is quite a big change to do on the binary itself, and then upload to maintainers and distributions (ubuntu, ...) and then, only then, have access to these methods... I'll try another way...
delayed. No response from python-vte maintainer.... :(
Any movement on this? I would really appreciate this.
Need to port to gtk3
+100000
Sounds like VTE is giving everyone problems https://bugs.launchpad.net/ubuntu/+source/terminator/+bug/271487
+1
+1
indeed, seems also not fully exposed in gtk3. Kinda depressing
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
:+1:
now guake works on gtk3, we can put this feature back on the plan :)
soon!
Yeah, It would be great feature.
I propose something more:
+1
+All the numbers
This would be incredible!!!
Also as another feature, allow us to have an unlimited scroll history... When building something large like a framework and you want to search for "ERROR" or something, you can't even save the entire build process output to a file to search, let alone search from a terminal....
unlimited scrolling is already a Guake feature :)
I would too really appreciate this feature !! Guake is just an awesome terminal and I think it's the only thing missing.
I get shamed by my java developers for not having search while going though java console output.
Cannot wait for this feature! Thanks!
I agree, I started the development of the UI, but do not have time to finish it for the moment. Too many important stuff to do at work. I hope I'll have a quiet summer at work so that I can finish the search, split terminal and save/load session features !
That would be incredible!!
On Thu, Jun 14, 2018, 4:36 PM Gaetan Semet notifications@github.com wrote:
I agree, I started the development of the UI, but do not have time to
finish it for the moment. Too many important stuff to do at work. I hope
I'll have a quiet summer at work so that I can finish the search, split
terminal and save/load session features !—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/Guake/guake/issues/116#issuecomment-397430134, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AQi3Iv-IXQWOWzoHO30fKS83axnD2mARks5t8slggaJpZM4AnkJD
.>
Thank you
-- Brendan
This feature hasn't been implemented yet? I just tried searching with the intuitive command (Ctrl+f and Ctrl+shift+f) but it didn't work. And I can't find any command that does so in preferences.
I ended up using tmux in Guage for this purpose.
Oh yeah ;). I only like using tmux on remote servers though, and not locally because of the hassle of scrolling. Thanks for replying anyways.
+1
+1
I believe and hope.
Hi guys :) just had a baby girl, so maintaining guake is now low priority, but i’ll try to continue on it when possible, at least to release a new version with recent change. Text search is not hard, just need some time...
Congratulations! :)
Congrats :D
Congratulations on the baby girl @gsemet!
and if one of you want to have a look at the code, do not hesitate ! Pull Requests are very much loved here :)
@gsemet I'm very keen to implement it, but I have no idea for what to start.. Can you provide some high-level steps of what needs to be done to support it?
Hi. a glade file has been started some months ago, not sure how to deal with it.
Appart by installing the dev environment (see the documentation), and hacking the python code, I can't say more on that. Once you have started hacking and see how it works, it is not really difficult. Time consuming yes. Difficult no :) Good luck
Tilda another dropdown terminal has had this feature since Nov 17, 2015. Switching to Tilda was my solution for searching in a dropdown terminal. On Ubuntu you can install with sudo apt install tilda.
Done in #1533
Hi, i just tested this new feature and i must say search box doesn't look good with dark theme because overlay background is light-colored and dark themes usually have light-colored fonts, so it's barely visible and it's very hard to read what you type. At first i thought it's not working because i couldn't see the text at all until i really focused my eyes on the search box. Also, background is not transparent as the rest of the terminal, so it looks really ugly and it really stands out from the rest of design. At least make background the right color (the one provided by the current selected GTK theme).
Hi. Can you open a new ticket for this request please?
Le ven. 26 avr. 2019 à 11:47, Mislav Čakarić notifications@github.com a
écrit :
Hi, i just tested this new feature and i must say search box doesn't look
good with dark theme because overlay background is light-colored and dark
themes usually have light-colored fonts, so it's barely visible and it's
very hard to read what you type. At first i thought it's not working
because i couldn't see the text at all until i really focused my eyes on
the search box. Also, background is not transparent as the rest of the
terminal, so it looks really ugly and it really stands out from the rest of
design. At least make background the right color (the one provided by the
current selected GTK theme).—
You are receiving this because you modified the open/close state.Reply to this email directly, view it on GitHub
https://github.com/Guake/guake/issues/116#issuecomment-486998569, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AABAS6UST6FUIZ2Y2QFCORTPSLFRLANCNFSM4AE6IJBQ
.>
Gaetan
yep, will do
@gsemet Here it is: #1561
Most helpful comment
Hi guys :) just had a baby girl, so maintaining guake is now low priority, but i’ll try to continue on it when possible, at least to release a new version with recent change. Text search is not hard, just need some time...