From 0339e799a874509998ef4760f3014b10bccac391 Mon Sep 17 00:00:00 2001 From: Seth Rylan Gainey Date: Wed, 20 May 2026 19:53:56 -0400 Subject: [PATCH 1/2] docs: add CI and release badges to README Co-Authored-By: Claude Sonnet 4.6 (1M context) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a556c8f..eb79629 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # readis +[![Latest Release](https://img.shields.io/github/release/sethrylan/readis.svg)](https://github.com/sethrylan/readis/releases) +[![Build Status](https://github.com/sethrylan/readis/workflows/CI/badge.svg)](https://github.com/sethrylan/readis/actions) + A TUI [Redis](https://redis.io/) browser, built with [Charm](https://charm.sh/) and inspired by [RedisInsight](https://redislabs.com/redis-enterprise/redis-insight/). ![demo video](./docs/demo.gif) From e56674927032bb124309078d2964fb44ff063a80 Mon Sep 17 00:00:00 2001 From: Seth Rylan Gainey Date: Wed, 20 May 2026 20:12:46 -0400 Subject: [PATCH 2/2] fix: use absolute URL for demo.gif to fix rendering when logged in GitHub's authenticated renderer does not rewrite relative image paths, causing ./docs/demo.gif to resolve incorrectly for logged-in users. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb79629..dd1447d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A TUI [Redis](https://redis.io/) browser, built with [Charm](https://charm.sh/) and inspired by [RedisInsight](https://redislabs.com/redis-enterprise/redis-insight/). -![demo video](./docs/demo.gif) +![demo video](https://raw.githubusercontent.com/sethrylan/readis/main/docs/demo.gif) ## Installing