commit: c38107ce7418c9ded2593aaed8a790ca9c8f2e3d
parent: 6eae014e50b7208336271abe3d0a3788eb0e4faf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 9 Apr 2020 10:17:38 +0200
timey-whyme.sh: Change timestamps messages
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/timey-whyme.sh b/bin/timey-whyme.sh
@@ -43,8 +43,8 @@ Deadline Nice Description Location
_'
(
cut -d '#' -f -1 "$xdd/todo.csv" | grep -v '^$'
- echo "${today},\m[blue],Now +7days"
- echo "${later},\m[],Later"
+ echo "${today},\m[blue],Now"
+ echo "${later},,In 7 days\m[]"
) | sort -n | tr ',' ' '
echo '.TE'
}
@@ -63,8 +63,8 @@ Start End Description Location
_'
(
cut -d '#' -f -1 "$xdd/calendar.csv" | grep -v '^$'
- echo "${today},\m[blue],Now +7days"
- echo "${later},\m[],Later"
+ echo "${today},\m[blue],Now"
+ echo "${later},,In 7 days\m[]"
) | sort -n | tr ',' ' '
echo '.TE'
}