create cli_img_test to print pixel art into term, after discovering crate showie
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user