From a796d8da07730e40924a48a058c83e11ac474a29 Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Wed, 24 Dec 2025 12:24:30 +0100 Subject: [PATCH] f --- scripts/show_reminders.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/show_reminders.sh b/scripts/show_reminders.sh index a918b65..730319c 100755 --- a/scripts/show_reminders.sh +++ b/scripts/show_reminders.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash export LESSCHARSET=utf-8 -rem -m -b1 -gaa -q -aa -iinclude_todo=1 -@2 | less -r --status-line -PM"Riga %lt/%L (%Pb\%)" +TERM_WIDTH=$(tput cols) +rem -m -b1 -gaa -q -aa -iinclude_todo=1 -@2 -w"$TERM_WIDTH" | less -r --status-line -PM"Riga %lt/%L (%Pb\%)"