Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/santiagolizardo/visualtail
- Owner: santiagolizardo
- License: gpl-3.0
- Created: 2014-12-10T22:00:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T23:10:31.000Z (almost 3 years ago)
- Last Synced: 2023-03-12T07:16:54.471Z (over 1 year ago)
- Topics: desktop, logs, tail
- Language: Java
- Size: 603 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-HEADER.txt
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.