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"