forked from bottlesdevs/tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bottles-cli-concept.html
60 lines (56 loc) · 1.45 KB
/
bottles-cli-concept.html
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
56
57
58
59
60
<style>
body {
background-color: #252525;
color: #dedede;
font-family: "Cantarell", "Ubuntu", sans-serif;
}
div {
max-width: 600px;
margin: 40px auto;
line-height: 28px;
}
i {
font-style: normal;
color: #ff8181;
}
b {
color: #81cbff;
}
</style>
<div>
<b>bottles ›</b>
<br />
<b>bottles ›</b> list<br />
Your bottles 🍾:<br />
- Merlot<br />
- Champagne
<br />
<b>bottles ›</b> runners<br />
Available runners 🍷:<br />
- chardonnay-6.4-unstable<br />
- proton-ge-6.1-1
<br />
<b>bottles ›</b> open Merlot<br />
<b>bottles <i>(Merlot)</i> ›</b>
<br />
<b>bottles <i>(Merlot)</i> ›</b> set dxvk True<br />
Changed "dxvk" True for "Merlot"!
<br />
<b>bottles <i>(Merlot)</i> ›</b> execute notepad++.exe<br />
Executing "notepad++.exe" in "Merlot"…
<br />
<b>bottles <i>(Merlot)</i> ›</b> run Notepad++<br />
Running "Notepad++" in "Merlot"…
<br />
<b>bottles <i>(Merlot)</i> ›</b> installers<br />
List of available installers:<br />
- Epic Games Launcher "epic-launcher"<br />
- Steam "steam"<br />
- Notepad++ "notepad++"
<br />
<b>bottles <i>(Merlot)</i> ›</b> install steam<br />
Executing installer "steam"…<br />
"Steam" installed in "Merlot"!
<br />
<b>bottles <i>(Merlot)</i> ›</b> |<br />
</div>