From 169c8c13fdb551b0d8e6cd40f104a63599fb8549 Mon Sep 17 00:00:00 2001 From: Carlos Martino <9113814+imcarlost@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:12:45 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4d82b4a..68cf29f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ entries for a specific application package; this fork adds an interactive, full-screen filter UI on top, turning `pidcat` into more of a REPL than a one-shot stream. +![Example screen](screen.jpeg) + Install ------- @@ -36,11 +38,6 @@ If you just want the original, non-interactive `pidcat`, use the upstream mode](#interactive-mode) below. -Here is an example of the output when running for the Google Plus app: - -![Example screen](screen.jpeg) - - Interactive mode -----------------