From 897ffc6d1a82d3ca7f673812814fef3ac36422c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Tue, 26 Dec 2023 00:12:37 +0300 Subject: [PATCH] Add custom scripts --- scripts/task-visualizer.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 scripts/task-visualizer.sh diff --git a/scripts/task-visualizer.sh b/scripts/task-visualizer.sh new file mode 100755 index 0000000..e685ce7 --- /dev/null +++ b/scripts/task-visualizer.sh @@ -0,0 +1,17 @@ +#!/bin/bash +# + +tmux split-window -h +tmux split-window +tmux resize-pane -U 14 +tmux resize-pane -R 5 +tmux send-keys -t0 "btop" Enter +tmux send-keys -t1 "while true;do task next limit:5;sleep 2;done" Enter +tmux send-keys -t2 "while true;do task burndown.daily;sleep 3;done" Enter + +tmux rename-window "tasks" +tmux new-window + + + +