Skip to content

Instantly share code, notes, and snippets.

View tippfehlr's full-sized avatar

tippfehlr tippfehlr

View GitHub Profile
@Hotrod369
Hotrod369 / 1_Sieve_Script_Cheatsheet.md
Last active September 25, 2025 14:08
This Gist provides a comprehensive cheatsheet for Sieve scripts, covering various objects, attributes, parameters, and their possible values. Sieve is a powerful scripting language for filtering and organizing emails, commonly used with email clients and servers. This cheatsheet includes tests, actions, comparators, and extensions to help you cr…
@cliss
cliss / mergechapters.py
Created January 26, 2021 14:30
Merge Files with Chapters
import datetime
import json
import os
import subprocess
import sys
#############
### USAGE ###
#############