create cli_img_test to print pixel art into term, after discovering crate showie

This commit is contained in:
2026-02-26 22:23:50 +01:00
parent 005a760c60
commit 6e33b9b51e
8 changed files with 1337 additions and 6 deletions

View File

@@ -3,6 +3,10 @@
name: "Morello updaten",
pattern: Weekly(dow: "Monday"),
),
(
name: "Cow Hours",
pattern: Weekly(dow: "Friday"),
),
(
name: "Rechnung Gertrudenhof",
pattern: Monthly(dom: 1),
@@ -21,11 +25,19 @@
),
(
name: "Gehälter",
pattern: Monthly(dom: 25),
pattern: Monthly(dom: 24),
),
(
name: "TK Überweisung",
pattern: Monthly(dom: 25),
name: "TK SV-Beiträge Überweisung",
pattern: Monthly(dom: 24),
),
(
name: "Steuererklärungen Privat",
pattern: MonthlyOpt(dom: 15, months: ["February", "March"]), // March for 2026, Feb for after
),
(
name: "Jahresabschluss",
pattern: MonthlyOpt(dom: 15, months: ["March"]),
),
(
name: "UStVA - Belege hochladen",