Automatically run the tests in a split when

...starting the project
This commit is contained in:
Oliver Davies 2024-10-24 13:00:00 +01:00
parent a39e72b96f
commit 195c5b44a7

2
.tmux
View file

@ -8,6 +8,8 @@ tmux send-keys -t "$1:1" "nvim" Enter
# 2. Server.
tmux new-window -t "$1" -c "$PWD"
tmux send-keys -t "$1:2" "docker compose up --remove-orphans" Enter
tmux split-window -t "$1:2" -v
tmux send-keys -t "$1:2.bottom" "./run test" Enter
# 3. General shell use.
tmux new-window -t "$1" -c "$PWD"