Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/santiagolizardo/visualtail

Graphical user interface for a tail like utility
https://github.com/santiagolizardo/visualtail

desktop logs tail

Last synced: 5 days ago
JSON representation

Graphical user interface for a tail like utility

Awesome Lists containing this project

README

        

# VisualTail

![VisualTail screenshot](screenshot.png "VisualTail running with 2 files open")

## What is it?

*VisualTail* is an open source graphical log visualizer with syntax highlighting and pattern matching.

### Requirements

* Java SE 17
* Graphical user interface

### How to build

```sh
mvn package
```

### How to run

```sh
java -jar target/VisualTail-1.9.2-jar-with-dependencies.jar
```

or double click on the jar file using your default file manager.