mrjackwills / oxker

A simple tui to view & control docker containers
MIT License
725 stars 24 forks source link

[BUG] Long log lines are not readable - word wrap mode? #54

Open feliperaul opened 1 week ago

feliperaul commented 1 week ago

When looking at the logs, oxker displays them one line at a time without any word wrap; is there a way to make the lines wrap so that I can read them?

mrjackwills commented 1 week ago

Yes I completely agree, oxker uses the ratatui library to create its interface. There is an open RFC about text wrapping, but as far as I can tell there isn't an easy solution at the moment.

Although, there is an open issue with some solutions, so I can have a look how they would work.