aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-03-25 17:07:07 +0000
committerMatthew Lemon <y@yulqen.org>2023-03-25 17:07:07 +0000
commit680216be8bcb4cf13f1621f1f0459c771fdda814 (patch)
tree825530b0a2df14691433f5611fd67ce64fee1052
parentcd777eef1fad41c42523ed167c703e14548c073a (diff)
some tweaks for nix and dayplan
-rwxr-xr-xcalendar/dayplan.pl6
-rwxr-xr-xcalendar/dayplan_revised.pl4
2 files changed, 7 insertions, 3 deletions
diff --git a/calendar/dayplan.pl b/calendar/dayplan.pl
index 3074c2d..3de906a 100755
--- a/calendar/dayplan.pl
+++ b/calendar/dayplan.pl
@@ -59,7 +59,7 @@ sub schoollines {
return "
08:15 - 08:20 - Harvey to school
08:45 - 09:00 - Sophie to school
-09:15 - 09:30 - Email";
+";
}
}
@@ -88,6 +88,10 @@ Reminders:
---------
$reminders
$s
+Implementation Intentions:
+
+- I will X at HH:MM.
+
09:30 - 10:00 -
10:00 - 11:00 -
11:00 - 12:00 -
diff --git a/calendar/dayplan_revised.pl b/calendar/dayplan_revised.pl
index bf72ea7..53be0b1 100755
--- a/calendar/dayplan_revised.pl
+++ b/calendar/dayplan_revised.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/env -S perl
# Porting dayplan.ksh to Perl
use strict;
@@ -6,7 +6,7 @@ use warnings;
use DateTime;
use JSON;
-my $dayplans = '/home/lemon/Notes/journal/day_plans';
+my $dayplans = '/home/lemon/Documents/Notes/journal/day_plans';
#my $dayplans = "/tmp/dayplans";
sub parse_args {