Example result running on a friend's library, who's been actively collecting Epic free games of the Week since 2020:

I load the Epic Games | Transactions page and notice that you can click each block to reveal that info (triggers a network call) :
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Kitty + Claude Code: Fix Ctrl+_ (Undo) Conflict | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # | |
| # PROBLEM: | |
| # Kitty's default ctrl+shift+- mapping (decrease font size) | |
| # intercepts Ctrl+_ (since _ is Shift+-), preventing Claude | |
| # Code from receiving its "undo prompt edit" shortcut. | |
| # | |
| # SOLUTION: |
Example result running on a friend's library, who's been actively collecting Epic free games of the Week since 2020:

I load the Epic Games | Transactions page and notice that you can click each block to reveal that info (triggers a network call) :
| #! /bin/sh | |
| echo "Counting repositories for GitHub topics ($# given)." | |
| for topic in $@; do | |
| count=`curl https://github.com/topics/$topic -s | grep Counter | cut -d'>' -f2 | cut -d'<' -f 1` | |
| printf '%-20s: %-6s repos.\n' $topic $count; | |
| done |
I hereby claim:
To claim this, I am signing this object: