diff options
-rw-r--r-- | noteutil.cheat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/noteutil.cheat b/noteutil.cheat new file mode 100644 index 0000000..9f20b19 --- /dev/null +++ b/noteutil.cheat @@ -0,0 +1,10 @@ +% noteutil + +# Generate weekly journal by template +noteutil template weekly -o <weekly_journal> + +# Generate monthly journal by template +noteutil template monthly -o <monthly_journal> + +$ weekly_journal: noteutil journal --period weekly --date today +$ monthly_journal: noteutil journal --period monthly --date today |