From 132ec769505533c24bd06f6604913fdc1db6fe35 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Sun, 1 Jun 2025 20:48:49 +0530 Subject: git updates --- .local/bin/development/gh-repo-size | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .local/bin/development/gh-repo-size (limited to '.local/bin/development/gh-repo-size') diff --git a/.local/bin/development/gh-repo-size b/.local/bin/development/gh-repo-size new file mode 100755 index 0000000..0cedd88 --- /dev/null +++ b/.local/bin/development/gh-repo-size @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "$1" | perl -ne 'print $1 if m!([^/]+/[^/]+?)(?:\.git)?$!' | xargs -i curl -s -k https://api.github.com/repos/'{}' | grep size -- cgit v1.2.3