ptmcg / logmerger

TUI utility to view multiple log files with merged timeline
MIT License
145 stars 3 forks source link

TODO: inline merge instead of side-by-side #32

Closed ptmcg closed 7 months ago

sachinmyneni commented 7 months ago

Did you mean "inline merge in addition to side-by-side"? I came looking for that feature. I think both are great options for different contexts. To me, making inline as an option makes most sense.

ptmcg commented 7 months ago

Did you mean "inline merge in addition to side-by-side"? I came looking for that feature. I think both are great options for different contexts. To me, making inline as an option makes most sense.

Yes, in 0.8.0 I'm adding a --inline option to view the merged files in a single inline column. Personally I've never liked this format, especially since you can create a virtual window as wide as you want and get horizontal scrolling with a scroll bar. But I just implemented that option today and I like how it has turned out (only works in interactive mode for now, going to wait to see if there is anyone interested in having --inline work for the --csv or --output formats. (I'm actually reluctant to add it to the CSV output form, I think the whole point of the CSV output is for pulling into some other application, not for human consumption.)

ptmcg commented 7 months ago

Implemented in 0.8.0