First scaffolding

This commit is contained in:
2025-12-24 11:23:49 +01:00
parent ce544bf14a
commit da8e79a23c
3 changed files with 78 additions and 0 deletions

12
tmux-remind.tmux Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Carica script principale
"$CURRENT_DIR/scripts/main.sh"
# Esempio: binding di una key
tmux bind-key -T prefix P run-shell "$CURRENT_DIR/scripts/main.sh"
# bind-key -T prefix r display-popup -T "Impegni di oggi…" -w 50% -h 50% -x C -y C -E -- "$CURRENT_DIR/scripts/main.sh"