This commit is contained in:
2025-12-24 11:49:14 +01:00
parent 8b6d12f843
commit d5755e0070

View File

@@ -22,12 +22,10 @@ get_tmux_option() {
# my_option=$(get_tmux_option "@plugin_option" "default_value") # my_option=$(get_tmux_option "@plugin_option" "default_value")
function show_reminders { function show_reminders {
tmux display-popup -T "Impegni di oggi…" -w 50% -h 50% -x C -y C -E -- "$CURRENT_DIR/scripts/show_reminders.sh" tmux display-popup -T "Impegni di oggi…" -w 50% -h 50% -x C -y C -E -- "$CURRENT_DIR/show_reminders.sh"
} }
function main { function main {
tmux display-message "la pwd è ${CURRENT_DIR}"
exit 0
if [ "$1" == "reminders" ]; then if [ "$1" == "reminders" ]; then
show_reminders show_reminders
else else