tangled
alpha
login
or
join now
jolheiser.com
/
ugit
2
fork
atom
Mirror of https://git.jolheiser.com/ugit
2
fork
atom
overview
issues
pulls
pipelines
fix zellij layout
jolheiser.com
1 year ago
04f4bc04
19b2f55a
+3
-9
1 changed file
expand all
collapse all
unified
split
contrib
layout.kdl
+3
-9
contrib/layout.kdl
···
5
5
command "nix"
6
6
args "develop"
7
7
size "90%"
8
8
-
start_suspended true
9
8
}
10
9
pane split_direction="vertical" {
11
10
pane {
12
12
-
name "run"
13
13
-
command "go"
14
14
-
args "run" "./cmd/ugitd"
15
15
-
start_suspended true
16
16
-
}
17
17
-
pane {
18
18
-
name "watch"
11
11
+
name "air"
19
12
command "nix"
20
20
-
args "develop" "--command" "nu" "-c" "watch --glob *.templ ./internal/html/ {|| go generate ./...}"
13
13
+
args "develop" "--command" "air"
14
14
+
start_suspended true
21
15
}
22
16
}
23
17
}