Maksym Kryvchun
Maksym Kryvchun
I prepared the full example: https://gist.github.com/hedhyw/2fae751dd233d229ed3cc5209007f009#file-bubble_table_example-go-L176
@bashbunni Hi, could you please check the review changes?
@bashbunni @maaslalani Hi, Is there any chance this to be merged? Thank you! Example of usage: https://gist.github.com/hedhyw/2fae751dd233d229ed3cc5209007f009#file-bubble_table_example-go-L176
I've implemented the first part for stylizing cells: https://github.com/charmbracelet/bubbles/pull/397 Please, review.
another way around is to use `tee`. ```sh docker logs tasks | tee tasks.logs jlv tasks.logs ``` btw, it's planned to be implemented! thanks for the issue!
included in v0.5.1
Hello, can you please include log-file to reproduce it? I've tried: **test.log** ``` {"level":"info","timestamp":1712434850.7363865,"message":"Resolving API context","controller":"apidefinition","controllerGroup":"dummyGroup","controllerKind":"ApiDefinition","ApiDefinition":{"name":"ct-echo2","namespace":"dummy-ns"},"namespace":"dummy-ns","name":"service-account","reconcileID":"f9e8c97a-e7ea-4e23-a9a0-d2bbd5acd569"} ``` **[email protected] test.log**  Thanks for the issue!
Closed due to inactivity
Yes, it is possible. Currently, manual reload is implemented after pressing "Up" at the top of the table.
https://github.com/hedhyw/json-log-viewer/blob/327c116fbce61cd86d6e2322bed4965bdbf87c89/internal/app/stateloaded.go#L73C12-L73C44