From fcfa44a20660dbd9dbd23dc5d2eb0bf3310b827d Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 9 Mar 2026 17:20:22 +0100 Subject: add mdtf command to format markdown tables --- bin/journeuf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/journeuf') diff --git a/bin/journeuf b/bin/journeuf index 5354dea..3586445 100755 --- a/bin/journeuf +++ b/bin/journeuf @@ -8,8 +8,8 @@ js=$(LC_TIME=fr_FR.UTF-8 date +%A | awk '{print toupper(substr($0,1,1)) substr($ ms=$(LC_TIME=fr_FR.UTF-8 date +%B | awk '{print toupper(substr($0,1,1)) substr($0,2)}') file=$(echo "Journal${ms}$an" | noaccent) if [ -f tags ]; then - tagline="${an}_${mois}_${jour} $file /$js $((0+jour))" + tagline="${an}_${mois}_${jour} $file /$js ${jour#0}" echo "$tagline" >> tags LC_ALL=C sort -o tags -u tags fi -echo "$js $((0+jour))" +echo "$js ${jour#0}" -- cgit v1.2.3