e2ab9e839afc1ac065c0a7239a66332048907b85
- 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.
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
Languages
Shell
100%