-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text search in the current terminal #116
Comments
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... |
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 |
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 similar comment
+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 |
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
<#116 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABAS6UST6FUIZ2Y2QFCORTPSLFRLANCNFSM4AE6IJBQ>
.
--
-----
Gaetan
|
yep, will do |
Is there any issue being reported where the search box looks good already but doesn't do anything upon Enter or Previous/Next arrow click? |
I'm testing this and not seeing this happen, which version of guake are you on? |
The environment I have is
and identical problems have been reported with environments in #1533 (comment). |
3.7 is several versions behind current, as is the 3.6.x version reported in the linked issue. The search box has received changes most recently in 3.8 that likely fix issues with it. |
For various reason I have to wait for my Fedora release to catch up to that. I am still not convinced it is fixed there but will be forced to wait for later. Thanks for the feedback though. |
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.
The text was updated successfully, but these errors were encountered: