pentix / qjournalctl

A multi-platform, Qt-based frontend for systemd's journalctl command. Accepting local as well as remote (SSH) data sources.
GNU General Public License v3.0
166 stars 17 forks source link

Feature: Smart Filtering: local & remote filters + colorized output #66

Open alacasta opened 3 years ago

alacasta commented 3 years ago

What?

This contribution fixex #57 and #59 and gathers old #60 and #58

The contribution includes

Colorized output

To create a filter

image

Result

In case of having the remote filter enabled, the filter is made in remote

image

If in turn, thhe remote filter is disabled, the filter is made locally and the non-matching lines are displayed in gray

image

alacasta commented 3 years ago

Hello @pentix Now seems that docker image comes with Qt 5.12

I propose you again to reconsider merging this feature but please, if you prefer to not add features from >= Qt 5.9.5, i can try to remove the dependency comming from QRandomGenerator

image

Let me know :)