- Rewrite README.md in English with detailed features, installation, usage, and configuration instructions - Update plugin name and repository references to "tmux-remind" - Change script comments and popup titles from Italian to English - Standardize less status line in show_calendar.sh to English
6 lines
190 B
Bash
Executable File
6 lines
190 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export LESSCHARSET=utf-8
|
|
TERM_WIDTH=$(tput cols)
|
|
rem -m -cu+2 -b1 -gaa -q -@2 --hide-completed-todos -w"$TERM_WIDTH" | less -r +g --status-line -PM"Line %lt/%L (%Pb\%)"
|