From 6ebd2799984879e3520d1421cff4e8c0792c4758 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 31 Dec 2023 12:47:22 +0800 Subject: Update scripts --- noteutil.cheat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'noteutil.cheat') diff --git a/noteutil.cheat b/noteutil.cheat index 9f20b19..a37ccb1 100644 --- a/noteutil.cheat +++ b/noteutil.cheat @@ -1,10 +1,10 @@ % noteutil # Generate weekly journal by template -noteutil template weekly -o +[ ! -f ] && noteutil template weekly -o # Generate monthly journal by template -noteutil template monthly -o +[ ! -f ] && noteutil template monthly -o $ weekly_journal: noteutil journal --period weekly --date today $ monthly_journal: noteutil journal --period monthly --date today -- cgit v1.2.3