diff options
author | Guangxiong Lin <[email protected]> | 2023-12-25 10:33:21 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-12-25 10:33:21 +0800 |
commit | 340cefd405d2abf78837f25ebafdcf284f21bf47 (patch) | |
tree | 8f62db931f5c1be9c7db19a31ef04cc35d9c8db9 | |
parent | 17f14a634a82623c57938bb585d8aa04ce7f58e8 (diff) | |
download | navi-cheats-340cefd405d2abf78837f25ebafdcf284f21bf47.tar.gz navi-cheats-340cefd405d2abf78837f25ebafdcf284f21bf47.tar.bz2 navi-cheats-340cefd405d2abf78837f25ebafdcf284f21bf47.zip |
Add noteutil cheat
-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 |