Skip to content

Instantly share code, notes, and snippets.

View SirPyTech's full-sized avatar
🏠
Working from home

SirPyTech

🏠
Working from home
View GitHub Profile
@SirPyTech
SirPyTech / filter-history.py
Created April 1, 2026 14:52
Extract the history of selected folders in different repositories, and push to a configured remote/branch.
"""
Extract the history of selected addons in different repositories,
and push to a configured remote/branch.
"""
import argparse
import pathlib
import shlex
import subprocess
import sys