test
This commit is contained in:
@@ -22,12 +22,10 @@ get_tmux_option() {
|
||||
# my_option=$(get_tmux_option "@plugin_option" "default_value")
|
||||
|
||||
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 {
|
||||
tmux display-message "la pwd è ${CURRENT_DIR}"
|
||||
exit 0
|
||||
if [ "$1" == "reminders" ]; then
|
||||
show_reminders
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user