From 64a22d411a6096e8e7e14af7151e530f0ee358ae Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Feb 2026 20:41:23 +0200 Subject: feat(showcase): add weekly rank history and header movement --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 13175d1..6529d13 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,7 @@ GitSyncer can generate a comprehensive showcase of all your projects using AI (a - Extracts README images (including SVG support) - Selects representative code snippets - Orders projects by recent activity + - Tracks weekly rank history snapshots - Generates overall portfolio statistics - Caches summaries to avoid redundant AI calls @@ -427,6 +428,8 @@ The showcase is generated in Gemini Gemtext format and includes: - Release status breakdown (released vs experimental projects) - AI-assistance statistics - Individual project sections with: + - Rank history in the title for `now`, `1w`, `2w`, `3w`, and `4w` + - UTF-8 arrows (`↑`, `→`, `↓`) to show movement from older to newer positions - Language breakdown - Development metrics - Latest release information or experimental status @@ -434,6 +437,8 @@ The showcase is generated in Gemini Gemtext format and includes: - Code snippet example - Links to repositories +Weekly rank snapshots are written on full showcase runs (all repositories), including `manage batch-run`. Single-repository showcase updates (`--repo`) read existing history but do not write snapshots. + ### Configuration The showcase output is written to `~/git/foo.zone-content/gemtext/about/showcase.gmi.tpl` by default (currently hardcoded). -- cgit v1.2.3