Support searching
Similar to iTerm2 and Alacritty, can we have Cmd-F / Ctrl-F and be able to search for a string? Is it deemed a desirable feature?
So far I am loving Rio, seems to need a bit more love still.
Hey there @dimitarvp ,
Thanks for the issue. Yes searching is something I wanted to do since 0.0.6 but haven't prioritized it yet. I will move this issue to wishlist.
+1 ❤️
It will be a nice function -- currently a blocker for me.
A very simple implementation (mvp) would satisfy most people, later the functionality could be improved ( similar to iterm2 / macOS Terminal).
maybe the mvp could be implemented in vi mode (/ search pattern ENTER") and n to find the next occurrence or N to find the previous.
Since Rio uses Winit, it would be great to leverage if it offers some handy helper to perform the behavior suggested in the images above.
FYI: For everyone on this issue/thread, I will be working on it now might be released in one of the upcoming versions. I am plan to do something similar to alacritty and wezterm (embedded on terminal content) since is easier to maintain compatibility through platforms
Implemented an initial version in main branch, closing this issue. Any other improvement on search needs to create a different issue 🙏
Demo:
Thanks!
Just updated my! Works like a charm! Thanks xará! 😄