marvin
marvin
We can quickly see the context related to the filter logview in the main logview, what are the advantages of hiding non-matching rows vs. the current implementation
Currently it's only to show what it looks like after parsing, and it will still take some time before it's merged. Here is the final plan: - Cross-line ANSI sequences...
> That's a good start! Moving all escape handling to a separate class should make it easier to reuse. In current implementation escape sequences are dropped when reading lines from...
@variar I simply implement a set of ways to get log data(https://github.com/nowhszh/klogg/commit/b1381538ec9785f24c3c556018c2f19b4e4ed0d8 ). The data obtained in this way is more like raw data and it has the following features:...
Development is basically complete. The next step is to improve the code quality and fix the fatal bugs.
> > Development is basically complete. The next step is to improve the code quality and fix the fatal bugs. > > @nowhszh Can you please show a screenshot of...
> > Development is basically complete. The next step is to improve the code quality and fix the fatal bugs. > > @nowhszh Can you please show a screenshot of...
@variar developed and tested, please review the code. The SGRParser feature was developed to be more generic, so it doesn't use the Qt string and container libraries internally. It has...
This issue seems to have been fixed in the latest commit
I've implemented the display of colors in this feature, download it from here and experience it before merging it https://github.com/variar/klogg/actions/runs/5716685296?pr=655#artifacts