From 0b44518bde5455ca9b8c33c290980e5ac149cc20 Mon Sep 17 00:00:00 2001 From: David Runger Date: Fri, 28 Aug 2026 13:26:03 -0500 Subject: [PATCH] [README] Update screenshot URL [FCOM-13] Replace the unavailable 2019 screenshot in `README.md` with the new public upload. Keep the introductory example synchronized with the screenshot by using `fcom 'rename.?\b' --commits 2 --author "David Runger"`. The example remains a recursive repository search because it does not provide `--path`, and the author and commit limit keep the displayed history focused. Add "fcom screenshot" as the image alt text for accessibility. codex resume 01a0498b-9995-7c30-9cac-206396780d2d --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a03fbf6..dcbc597 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This is a CLI tool that I use to parse the git history of a repo. -For example, if I use `fcom` to search this repo with `fcom "line.(green|red)" --repo davidrunger/fcom`, I get this output: +For example, if I use `fcom` to search this repo with `fcom 'rename.?\b' --commits 2 --author "David Runger"`, I get this output: -![](https://s3.amazonaws.com/screens.davidrunger.com/2019-12-28-20-50-09-oect2(1).png) +![fcom screenshot](https://david-runger-public-uploads.s3.us-east-1.amazonaws.com/fcom-screenshot.png) ## Table of Contents