WIP: hold your horses boi
$ pip3 install logplot
TODO
$ logplot path/to/log -c path/to/conf/file
For example, this:
$ logplot doc/examples/log.txt -c doc/examples/user_conf.yaml
yields this:
Clicking a data point in the plot opens the log file in the correct line number in the editor defined in the configuration file. If the log_open_cmd is not configured, the log will be opened with a default program defined by the OS.
