Skip to content

Instantly share code, notes, and snippets.

@joepvd
joepvd / review-release-config
Last active January 30, 2024 12:01
Review release configuration
#!/usr/bin/env python
import requests
from ruamel import yaml
import sys
versions = ["4.6", "4.7", "4.8", "4.9", "4.10", "4.11", "4.12", "4.13", "4.14", "4.15", "4.16"]
def get_data():
@joepvd
joepvd / README.md
Last active February 20, 2024 02:54
open-urls: Open a bunch of links in a new browser window

open-urls

Open a bunch of links in a new browser window