Skip to content

Instantly share code, notes, and snippets.

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

arrio464

🏠
Working from home
View GitHub Profile
@arrio464
arrio464 / ModifyScoopShims.py
Created November 4, 2024 08:15
scoop shim priority manage helper
import os
import subprocess
def get_shim_list():
result = subprocess.run(
["pwsh", "-Command", "scoop shim list"],
capture_output=True,
text=True,
encoding="utf-8",