File tree 1 file changed +26
-26
lines changed
1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "before_script" : " pipenv install --dev --skip-lock" ,
2
+ "session_name" : " tmuxp" ,
3
+ "start_directory" : " ./" ,
4
+ "before_script" : " ./.tmuxp-before-script.sh" ,
5
+ "shell_command_before" : [
6
+ " [ -f .venv/bin/activate ] && source .venv/bin/activate && reset"
7
+ ],
3
8
"windows" : [
4
9
{
10
+ "window_name" : " tmuxp" ,
11
+ "focus" : true ,
12
+ "layout" : " main-horizontal" ,
13
+ "options" : {
14
+ "main-pane-height" : 35
15
+ },
5
16
"panes" : [
6
17
{
7
18
"focus" : true
8
- },
9
- " pane" ,
19
+ },
20
+ " pane" ,
10
21
" make watch_test"
11
- ],
12
- "layout" : " main-horizontal" ,
22
+ ]
23
+ },
24
+ {
25
+ "window_name" : " docs" ,
26
+ "layout" : " main-horizontal" ,
13
27
"options" : {
14
28
"main-pane-height" : 35
15
- },
16
- "focus" : true ,
17
- "window_name" : " tmuxp"
18
- },
19
- {
29
+ },
30
+ "start_directory" : " doc/" ,
20
31
"panes" : [
21
32
{
22
33
"focus" : true
23
- },
24
- " pane" ,
25
- " make serve" ,
26
- " make watch"
27
- ],
28
- "start_directory" : " doc/" ,
29
- "layout" : " main-horizontal" ,
30
- "window_name" : " docs" ,
31
- "options" : {
32
- "main-pane-height" : 35
33
- }
34
+ },
35
+ " pane" ,
36
+ " make serve" ,
37
+ " make SPHINXBUILD='poetry run sphinx-build' watch"
38
+ ]
34
39
}
35
- ],
36
- "session_name" : " tmuxp" ,
37
- "start_directory" : " ./" ,
38
- "shell_command_before" : [
39
- " [ -d `pipenv --venv` ] && source `pipenv --venv`/bin/activate && reset"
40
40
]
41
41
}
You can’t perform that action at this time.
0 commit comments