From 81149f7c963d84cc65e09c661e518b0635e9b92f Mon Sep 17 00:00:00 2001 From: q Date: Wed, 6 Sep 2017 20:35:36 +0300 Subject: [PATCH] todo engine --- reporting/md-todo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/md-todo b/reporting/md-todo index fc8b359..7a557b3 100755 --- a/reporting/md-todo +++ b/reporting/md-todo @@ -39,7 +39,7 @@ while :;do title=$( grep "^# " "$l" | head -n 1 ) lines=$( sed '/^\s*$/d' "$l" | wc -l ) _qCol y - printf '%3s. %-20s [%d/%d/%d] %-20s\n' "$i" "$l" "$unchecked" "$checks" "$lines" "$title" + printf '%3s. %-20s [%02d/%02d/%02d] %-20s\n' "$i" "$l" "$unchecked" "$checks" "$lines" "$title" } [[ "$ANS" -eq $i ]] && { EDITFILE="$l"