-
Notifications
You must be signed in to change notification settings - Fork 344
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
Choose and filter don't work well with long lines. #12
Comments
Good catch! I will fix this soon with a scrollable viewport 👍 |
Both here. left/right arrows move to the next "page" for long results or move to the top/bottom for small results. Dito. h/l keys. |
To be clear, this is a left/right problem ... not an up/down problem. Eg. 200 character lines on an 80 character wide terminal. |
I also have this issue. The command I used is |
@cat-master21 |
@james-antill What is the solution you'd like to see? |
I don't care, as long as I can see the data somehow.
The obvious two are line wrapping and scrolling the viewport, with the
arrows, to the right.
…On Wed, Aug 3, 2022 at 2:23 PM Maas Lalani ***@***.***> wrote:
@james-antill <https://github.com/james-antill> What is the solution
you'd like to see?
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUWY3OTA26HD6NMO6H4MDTVXK2JBANCNFSM545POJVQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Just a heads up that this will likely solve this issue: charmbracelet/bubbles#240 |
I encountered this issue myself today. Horizontal scrolling would be nice, and as James pointed out it would be good to have an option where wrapping long lines is possible as well (if it's not too complex) |
% brew info gum | head -n 1
charmbracelet/tap/gum: stable 0.1.0
Easiest reproducers:
% ps axuw | gum filter
% ps axuw | gum choose
The text was updated successfully, but these errors were encountered: