aboutsummaryrefslogtreecommitdiff
path: root/noteutil.cheat
blob: a37ccb10f7baa99d08dba2074100490f3330db53 (plain)
1
2
3
4
5
6
7
8
9
10
% noteutil

# Generate weekly journal by template
[ ! -f <weekly_journal> ] && noteutil template weekly -o <weekly_journal>

# Generate monthly journal by template
[ ! -f <monthly_journal> ] && noteutil template monthly -o <monthly_journal>

$ weekly_journal: noteutil journal --period weekly --date today
$ monthly_journal: noteutil journal --period monthly --date today