makyo / wolfery-log-filter

A way to clean up unwanted lines from wolfery logs by hiding them with CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wolfery Log Filter

Filters lines from Wolfery logs by setting display: none using a config file.

Usage

Requires poetry

Install the dependencies:

poetry install

Run the command with the config file and log:

poetry run wolfery_log_filter/__init__.py config.yaml log.html

You can output the results to an output HTML file. Statistics are printed to STDERR.

About

A way to clean up unwanted lines from wolfery logs by hiding them with CSS

License:MIT License


Languages

Language:Python 100.0%