From ce49f119500f45d115b4c470a8e77c43da980c60 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Mon, 5 Aug 2024 22:33:32 +0200 Subject: [PATCH] Sandata templates - new states - and cleaning some other things. Started a script to better manager multiple client's templates --- .../_sign_up_follow_up_states_dropdown.html.liquid | 1 + Custom_Templates/customer_templates/customcss.js | 0 Custom_Templates/customer_templates/test.md | 0 .../customer_templates/tmux-template-windows.sh | 6 ++++++ 4 files changed, 7 insertions(+) mode change 100644 => 100755 Custom_Templates/customer_templates/customcss.js mode change 100644 => 100755 Custom_Templates/customer_templates/test.md create mode 100755 Custom_Templates/customer_templates/tmux-template-windows.sh diff --git a/Custom_Templates/customer_templates/Sandata Learn/_sign_up_follow_up_states_dropdown.html.liquid b/Custom_Templates/customer_templates/Sandata Learn/_sign_up_follow_up_states_dropdown.html.liquid index 0ca89139..7a16bf55 100644 --- a/Custom_Templates/customer_templates/Sandata Learn/_sign_up_follow_up_states_dropdown.html.liquid +++ b/Custom_Templates/customer_templates/Sandata Learn/_sign_up_follow_up_states_dropdown.html.liquid @@ -7,6 +7,7 @@ > + diff --git a/Custom_Templates/customer_templates/customcss.js b/Custom_Templates/customer_templates/customcss.js old mode 100644 new mode 100755 diff --git a/Custom_Templates/customer_templates/test.md b/Custom_Templates/customer_templates/test.md old mode 100644 new mode 100755 diff --git a/Custom_Templates/customer_templates/tmux-template-windows.sh b/Custom_Templates/customer_templates/tmux-template-windows.sh new file mode 100755 index 00000000..928e67db --- /dev/null +++ b/Custom_Templates/customer_templates/tmux-template-windows.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +echo "New window created with name $1" +tmux new-window -n $1 +window=$1 +tmux send-keys -t "$window" C-z "cd ./$1" Enter