-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpy.kdl
More file actions
27 lines (26 loc) · 862 Bytes
/
Copy pathpy.kdl
File metadata and controls
27 lines (26 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
layout {
tab cwd="${YEAR}/${DAY}" {
pane split_direction="vertical" {
pane edit="main.py" {
name "Editing main.py"
size "65%"
}
pane split_direction="horizontal" {
name "Tests"
pane command="mise" {
name "Test - Sample"
start_suspended false
args "exec" "--" "poetry" "run" "python" "../../hotreload.py" "-s" "./main.py -i sample.txt"
}
pane command="mise" {
name "Test - Actual"
start_suspended false
args "exec" "--" "poetry" "run" "python" "../../hotreload.py" "-s" "./main.py -i input.txt"
}
}
}
pane size=1 borderless=true {
plugin location="zellij:compact-bar"
}
}
}