Skip to content

Instantly share code, notes, and snippets.

View ange-daumal's full-sized avatar

Ange Daumal ange-daumal

View GitHub Profile
@ange-daumal
ange-daumal / list_requested_prs.5m.sh
Last active June 11, 2025 13:34
list_requested_prs.5m.sh: xbar version
#!/bin/bash
export PATH="/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
# <xbar.title>PR Reviews</xbar.title>
# <xbar.version>v1.0</xbar.version>
# <xbar.author>Ange DAUMAL</xbar.author>
# <xbar.desc>Show open PRs that request your review.</xbar.desc>
# <xbar.dependencies>gh, bash</xbar.dependencies>
# <xbar.refreshTime>5m</xbar.refreshTime>
#!/bin/bash
# Define target repositories
REPOS=("algolia/python" "algolia/go")
echo "🔍 Listing open PRs with review requested for you or your team..."
for REPO in "${REPOS[@]}"; do
echo -e "\n📦 Repository: $REPO"