From 61e726affeb4d06d85ad1560f2a4bd7b816fa41b Mon Sep 17 00:00:00 2001 From: cygnusb Date: Sat, 30 May 2026 20:20:03 +0200 Subject: [PATCH] Add CI, Python, License, and Ruff badges to README Co-Authored-By: Claude Sonnet 4.6 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 41e81c2..e8a8f82 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # graylog-tui +[![CI](https://github.com/CygnusNetworks/graylog-tui/actions/workflows/ci.yml/badge.svg)](https://github.com/CygnusNetworks/graylog-tui/actions/workflows/ci.yml) +[![Python](https://img.shields.io/badge/python-3.11%20%7C%203.12%20%7C%203.13-blue)](https://www.python.org/) +[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) +[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) + Terminal dashboard for Graylog — full-screen TUI by default, plain text when piped. Inspired by [graylog-labs/cli-dashboard](https://github.com/graylog-labs/cli-dashboard), rewritten in Python with [Textual](https://github.com/Textualize/textual).