Commit Graph

2 Commits

Author SHA1 Message Date
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
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