File tree Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "folders" : [
3
+ {
4
+ "path" : " .."
5
+ }
6
+ ]
7
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://cdn.statically.io/gh/nguyenngoclongdev/cdn/main/schema/v10/terminal-keeper.json" ,
3
+ "theme" : " tribe" ,
4
+ "active" : " default" ,
5
+ "activateOnStartup" : true ,
6
+ "keepExistingTerminals" : false ,
7
+ "sessions" : {
8
+ "default" : [
9
+ {
10
+ "name" : " hello" ,
11
+ "autoExecuteCommands" : true ,
12
+ "icon" : " person" ,
13
+ "color" : " terminal.ansiGreen" ,
14
+ "commands" : [
15
+ " echo hello"
16
+ ]
17
+ },
18
+ [
19
+ {
20
+ "name" : " docker:ros" ,
21
+ "commands" : [
22
+ " "
23
+ ]
24
+ },
25
+ {
26
+ "name" : " docker:k8s" ,
27
+ "commands" : [
28
+ " "
29
+ ]
30
+ }
31
+ ],
32
+ [
33
+ {
34
+ "name" : " docker:nats" ,
35
+ "commands" : [
36
+ " "
37
+ ]
38
+ },
39
+ {
40
+ "name" : " docker:fleet" ,
41
+ "commands" : [
42
+ " "
43
+ ]
44
+ }
45
+ ]
46
+ ],
47
+ "saved-session" : [
48
+ {
49
+ "name" : " connect" ,
50
+ "commands" : [
51
+ " "
52
+ ]
53
+ }
54
+ ]
55
+ }
56
+ }
You can’t perform that action at this time.
0 commit comments