Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hedhyw/json-log-viewer
Interactive viewer for JSON logs.
https://github.com/hedhyw/json-log-viewer
bubbletea go golang interactive json json-logging json-logs logs structured-logging terminal viewer
Last synced: 6 days ago
JSON representation
Interactive viewer for JSON logs.
- Host: GitHub
- URL: https://github.com/hedhyw/json-log-viewer
- Owner: hedhyw
- License: mit
- Created: 2023-07-23T10:52:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-28T12:49:52.000Z (22 days ago)
- Last Synced: 2025-01-06T03:08:49.366Z (13 days ago)
- Topics: bubbletea, go, golang, interactive, json, json-logging, json-logs, logs, structured-logging, terminal, viewer
- Language: Go
- Homepage:
- Size: 2.77 MB
- Stars: 130
- Watchers: 2
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
- charm-in-the-wild - json-log-viewer - An interactive JSON log viewer. (_built with Bubble Tea_) (Applications / Development Tools)
README
# JSON Log Viewer
![Version](https://img.shields.io/github/v/tag/hedhyw/json-log-viewer)
[![Go Report Card](https://goreportcard.com/badge/github.com/hedhyw/json-log-viewer)](https://goreportcard.com/report/github.com/hedhyw/json-log-viewer)
[![Coverage Status](https://coveralls.io/repos/github/hedhyw/json-log-viewer/badge.svg?branch=main)](https://coveralls.io/github/hedhyw/json-log-viewer?branch=main)
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go?tab=readme-ov-file#utilities)An interactive tool for viewing and analyzing complex structured JSON logs.
![Animation](./assets/animation.webp)
## Installation
### Homebrew
```shell
brew install hedhyw/main/jlv
```### Standalone Binary, DEB or RPM packages
https://github.com/hedhyw/json-log-viewer/releases/latest
## Documentation
- [Features](docs/features.md).
- [Install from source](docs/install-from-source.md).
- [Usage](docs/usage.md).
- [Customization](docs/customization.md).
- [Resources](docs/resources.md).
- [Contribution](docs/CONTRIBUTING).
- [MIT License](LICENSE).