Skip to content

Instantly share code, notes, and snippets.

View DocDilbert's full-sized avatar

Christian Gröling DocDilbert

View GitHub Profile
@DocDilbert
DocDilbert / pload.py
Last active February 5, 2025 20:09
Plugin based file operations
# coding=utf-8
import datetime
import os
import yaml
import click
import concurrent.futures
from tqdm import tqdm
import fnmatch
import re
import pathlib