Skip to content

Instantly share code, notes, and snippets.

View bulletinmybeard's full-sized avatar
🤘

Robin Schulz bulletinmybeard

🤘
View GitHub Profile
@bulletinmybeard
bulletinmybeard / download_gists.sh
Created December 6, 2025 19:07
GitHub Gists Downloader - Sync all gists for a user to a local directory (cross-platform)
#!/bin/bash
#
# download_gists.sh - GitHub Gists Downloader
# ============================================
#
# Fetches and syncs all gists for a GitHub user to a local directory.
# Only downloads files that are new or have been updated remotely.
#
# Features:
# - Cross-platform (macOS & Linux)