amonks / run

Go run some tasks!
https://amonks.github.io/run/
Other
19 stars 4 forks source link

Logs cropping in TUI mode #141

Closed wagslane closed 5 months ago

wagslane commented 5 months ago

It seems that if lines are too long they just get cropped, which is unfortunate. It would be nice if they wrapped around so that information in the logs isn't lost (or you have to do weird things like zoom waaaay out to see em.

You can see in the screenshot below that the word "version" is getting cut off. Afaik the only way to see it is to zoom out/enlarge the terminal.

Screenshot 2024-05-17 at 9 11 01 AM

Terminal: VS Code Integrated OS: Mac OS (M1 apple silicon) Mode: TUI

(if this issue is approved @cgsdev0 you can certainly help work on it if you'd like)

cgsdev0 commented 5 months ago

you gotta press W to turn on line wrapping

its kinda confusing i agree

amonks commented 5 months ago

closing as works-as-designed, but please feel free to open another issue if hitting w doesn't get you sorted :)

thanks @cgsdev0 for running support