Repository History
Explore all analyzed open source repositories

Logdy-core: Realtime Log Viewer with Web UI, Tail -f for Logs in Your Browser
Logdy-core is a lightweight, single-binary log viewer designed to provide real-time log viewing and filtering through an embedded web UI. It functions similarly to command-line tools like `grep`, `awk`, `sed`, or `jq`, offering a powerful and secure way to manage logs locally. This versatile tool can be used as a standalone application or integrated as a Go library for enhanced logging capabilities.

LoggiFly: Real-time Docker Log Monitoring and Notifications
LoggiFly is a lightweight tool designed to monitor Docker container logs for predefined keywords or regex patterns. It provides instant alerts for security breaches, system errors, or custom events, sending notifications through various channels like Ntfy or Apprise. This versatile solution helps users stay informed about their containerized applications and automate responses to critical log events.
Loguru: Python Logging Made Simple and Enjoyable
Loguru is a powerful and user-friendly Python library designed to simplify logging. It aims to make logging an enjoyable and straightforward process, eliminating the need for complex configurations. With Loguru, developers can implement robust logging solutions with minimal boilerplate, enhancing debugging and application monitoring.

logmerger: A TUI Utility for Merging and Viewing Multiple Log Files
logmerger is an intuitive TUI utility built with Python, designed to streamline the process of viewing and analyzing multiple log files. It merges log entries from various sources into a single, chronologically ordered timeline, making it significantly easier to debug and understand system behavior across different logs. This tool enhances log analysis by providing an interactive, unified view.