Paolo Donadeo 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
2025-12-24 11:12:07 +01:00
2025-12-24 11:23:49 +01:00

Plugin Name

Descrizione del plugin.

Installazione

Con TPM

Aggiungi al tuo ~/.tmux.conf:

set -g @plugin 'tuo-username/plugin-name'

Ricarica tmux e premi prefix + I per installare.

Manuale

git clone https://github.com/tuo-username/plugin-name ~/.tmux/plugins/plugin-name

Aggiungi a ~/.tmux.conf:

run-shell ~/.tmux/plugins/plugin-name/plugin-name.tmux

Configurazione

# Opzione esempio (default: "value")
set -g @plugin_option "custom_value"

Licenza

MIT

Description
tmux and remind integration via popup
Readme MIT 54 KiB
Languages
Shell 100%