-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yakctl.yml
55 lines (55 loc) · 1.24 KB
/
.yakctl.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
profiles:
- name: default
clear: true
force: true
tabs:
- name: raspi1_ssh
monitorActivity: true
monitorSilence: true
disableInput: true
protected: true
commands:
- ssh pi@10.10.10.11
- echo 'hello world says the pi'
- name: raspi2_ssh
commands:
- ssh pi@10.10.10.12
protected: true
- name: left-right split terminal
split: lr
commands:
- cd /var/www/html
terminal1:
- top
terminal2:
- htop
- name: top-bottom split terminal
split: tb
disableInput: true
commands:
- "echo 'hello'"
- echo 'hello2'
- echo 'hello3'
- name: quad_tab
split: quad
monitorActivity: true
monitorSilence: true
disableInput: true
commands:
- "echo 'all'"
terminal1:
- echo "terminal1"
terminal3:
- echo "terminal3"
terminal4:
- echo "terminal4"
- name: go-shell
commands:
- cd ~/go/src
- name: other_workspace
tabs:
- name: raspi3_ssh
commands:
- "ssh pi@10.10.10.154"
protected: true