Commit Graph

9 Commits

Author SHA1 Message Date
907c8fe74f docs(readme): update install instructions with correct repo URLs and TPM link 2026-01-05 12:58:35 +01:00
487937f8cf feat(reminders): dynamically adjust popup width based on content
- Calculate the maximum line width of the reminders output in
  `show_reminders.sh`
- Pass the calculated width and a temporary file to the tmux popup in
  `main.sh`
- Ensure popup width is at least 40 and does not exceed the tmux window
  width
- Improve display by preventing horizontal scrolling and better fitting
  content
2025-12-27 12:12:58 +01:00
2f5690f08f feat(calendar): extend calendar view to show next 4 weeks
Update both the tmux popup title and the `rem` command in
`show_calendar.sh` to display events for the next 4 weeks instead of 2
weeks.
2025-12-24 21:47:36 +01:00
9d33272a55 feat: rewrite README in English, update plugin info, and localize scripts
- 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
2025-12-24 12:53:37 +01:00
13a22c61fd fix(scripts): increase tmux popup height for reminders
Increase the height of the tmux display-popup in `show_reminders` from
50 to 60 to improve visibility of reminders.
2025-12-24 12:45:35 +01:00
e2ab9e839a feat: add tmux popup commands for reminders and calendar
- Refactor `main.sh` to support `reminders` and `calendar` commands,
  displaying tmux popups with localized titles and current date/time.
- Add `show_reminders.sh` and `show_calendar.sh` scripts to render
  reminders and 2-week calendar views using `rem`.
- Update `tmux-remind.tmux` to bind `prefix + r` for reminders and
  `prefix + c` for calendar popups.
- Improve script robustness with `set -euo pipefail` and dynamic script
  directory resolution.
2025-12-24 12:40:59 +01:00
da8e79a23c First scaffolding 2025-12-24 11:23:49 +01:00
ce544bf14a MIT license added 2025-12-24 11:12:07 +01:00
19c3b33136 first commit 2025-12-24 11:10:15 +01:00