-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.yml
More file actions
193 lines (175 loc) · 9.49 KB
/
demo.yml
File metadata and controls
193 lines (175 loc) · 9.49 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# The configurations that used for the recording, feel free to edit them
config:
# Specify a command to be executed
# like `/bin/bash -l`, `ls`, or any other commands
# the default is bash for Linux
# or powershell.exe for Windows
command: bash -l
# Specify the current working directory path
# the default is the current working directory path
cwd: /Users/FernandaRojas/Desktop/code/homework/Amazon-Storefront
# Export additional ENV variables
env:
recording: true
# Explicitly set the number of columns
# or use `auto` to take the current
# number of columns of your shell
cols: 101
# Explicitly set the number of rows
# or use `auto` to take the current
# number of rows of your shell
rows: 24
# Amount of times to repeat GIF
# If value is -1, play once
# If value is 0, loop indefinitely
# If value is a positive number, loop n times
repeat: 0
# Quality
# 1 - 100
quality: 100
# Delay between frames in ms
# If the value is `auto` use the actual recording delays
frameDelay: auto
# Maximum delay between frames in ms
# Ignored if the `frameDelay` isn't set to `auto`
# Set to `auto` to prevent limiting the max idle time
maxIdleTime: 2000
# The surrounding frame box
# The `type` can be null, window, floating, or solid`
# To hide the title use the value null
# Don't forget to add a backgroundColor style with a null as type
frameBox:
type: floating
title: Terminalizer
style:
border: 0px black solid
# boxShadow: none
# margin: 0px
# Add a watermark image to the rendered gif
# You need to specify an absolute path for
# the image on your machine or a url, and you can also
# add your own CSS styles
watermark:
imagePath: null
style:
position: absolute
right: 15px
bottom: 15px
width: 100px
opacity: 0.9
# Cursor style can be one of
# `block`, `underline`, or `bar`
cursorStyle: block
# Font family
# You can use any font that is installed on your machine
# in CSS-like syntax
fontFamily: "Monaco, Lucida Console, Ubuntu Mono, Monospace"
# The size of the font
fontSize: 12
# The height of lines
lineHeight: 1
# The spacing between letters
letterSpacing: 0
# Theme
theme:
background: "transparent"
foreground: "#afafaf"
cursor: "#c7c7c7"
black: "#232628"
red: "#fc4384"
green: "#b3e33b"
yellow: "#ffa727"
blue: "#75dff2"
magenta: "#ae89fe"
cyan: "#708387"
white: "#d5d5d0"
brightBlack: "#626566"
brightRed: "#ff7fac"
brightGreen: "#c8ed71"
brightYellow: "#ebdf86"
brightBlue: "#75dff2"
brightMagenta: "#ae89fe"
brightCyan: "#b1c6ca"
brightWhite: "#f9f9f4"
# Records, feel free to edit them
records:
- delay: 447
content: 'Fernandas-MBP:Amazon-Storefront FernandaRojas$ '
- delay: 1271
content: 'n'
- delay: 56
content: o
- delay: 30
content: d
- delay: 81
content: 'e '
- delay: 750
content: b
- delay: 48
content: a
- delay: 104
content: m
- delay: 56
content: a
- delay: 1055
content: z
- delay: 144
content: o
- delay: 169
content: "\an"
- delay: 736
content: _
- delay: 273
content: M
- delay: 231
content: 'anager.js '
- delay: 328
content: "\r\n"
- delay: 547
content: "connected as id 193\r\n\r\n"
- delay: 15
content: "\e[?25l\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\e[2m(Use arrow keys)\e[22m\r\n\e[36m❯ View Products for Sale\e[39m \r\n View Low Inventory \r\n Add to Inventory \r\n Add New Product \r\n Exit \e[7D\e[7C"
- delay: 903
content: "\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[G\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\e[36mView Products for Sale\e[39m\e[38D\e[38C\r\n\e[?25hDisplaying all available products...\r\n\r\n"
- delay: 5
content: "==============================================================\r\n|item_id|product_name |department_name |price|stock_quantity|\r\n==============================================================\r\n|1 |Tennis Raquet|Sports |45 |10 |\r\n|2 |Sport Shorts |Sports |25 |10 |\r\n|3 |iPad |Electronics |300 |20 |\r\n|4 |Computer |Electronics |400 |10 |\r\n|5 |Detergent |Household |18.5 |40 |\r\n|6 |Vacuum |Household |100 |30 |\r\n|7 |Vitamin Pills|Household |12 |10 |\r\n|8 |Kleenex |Household |6 |30 |\r\n|9 |iPhone |Electronics |800 |15 |\r\n|10 |Shampoo |Beauty and Health|10.5 |30 |\r\n==============================================================\r\n\e[?25l\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\e[2m(Use arrow keys)\e[22m\r\n\e[36m❯ View Products for Sale\e[39m \r\n View Low Inventory \r\n Add to Inventory \r\n Add New Product \r\n Exit \e[7D\e[7C"
- delay: 603
content: "\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[G\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\r\n View Products for Sale \r\n\e[36m❯ View Low Inventory\e[39m \r\n Add to Inventory \r\n Add New Product \r\n Exit \e[7D\e[7C"
- delay: 1670
content: "\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[G\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\e[36mView Low Inventory\e[39m\e[34D\e[34C\r\n\e[?25hDisplaying all products with low inventory...\r\n\r\n=================================\r\n\e[1m\e[34mThere are no items with low inventory.\e[39m\e[22m\r\n=================================\r\n\e[?25l\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\e[2m(Use arrow keys)\e[22m\r\n\e[36m❯ View Products for Sale\e[39m \r\n View Low Inventory \r\n Add to Inventory \r\n Add New Product \r\n Exit \e[7D\e[7C"
- delay: 892
content: "\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[G\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\r\n View Products for Sale \r\n\e[36m❯ View Low Inventory\e[39m \r\n Add to Inventory \r\n Add New Product \r\n Exit \e[7D\e[7C"
- delay: 583
content: "\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[G\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\r\n View Products for Sale \r\n View Low Inventory \r\n\e[36m❯ Add to Inventory\e[39m \r\n Add New Product \r\n Exit \e[7D\e[7C"
- delay: 543
content: "\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[G\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\e[36mAdd to Inventory\e[39m\e[32D\e[32C\r\n\e[?25h\e[32m?\e[39m \e[1mEnter the ID of the product you'd like to update inventory for:\e[22m\e[0m \e[0m\e[66D\e[66C"
- delay: 1985
content: "\e[2K\e[G\e[32m?\e[39m \e[1mEnter the ID of the product you'd like to update inventory for:\e[22m\e[0m \e[0m4\e[67D\e[67C"
- delay: 148
content: "\e[2K\e[G\e[32m?\e[39m \e[1mEnter the ID of the product you'd like to update inventory for:\e[22m\e[0m \e[0m\e[36m4\e[39m\e[67D\e[67C\r\n\e[32m?\e[39m \e[1mEnter the quantity:\e[22m\e[0m \e[0m\e[22D\e[22C"
- delay: 1158
content: "\e[2K\e[G\e[32m?\e[39m \e[1mEnter the quantity:\e[22m\e[0m \e[0m4\e[23D\e[23C"
- delay: 128
content: "\e[2K\e[G\e[32m?\e[39m \e[1mEnter the quantity:\e[22m\e[0m \e[0m\e[36m4\e[39m\e[23D\e[23C\r\nwe do not have that item available\r\n\e[32m?\e[39m \e[1mAre you sure you want to make this stock change?\e[22m\e[0m \e[0m\e[2m(Y/n) \e[22m\e[57D\e[57C"
- delay: 1700
content: "\e[2K\e[G\e[32m?\e[39m \e[1mAre you sure you want to make this stock change?\e[22m\e[0m \e[0m\e[2m(Y/n) \e[22mn\e[58D\e[58C"
- delay: 240
content: "\e[2K\e[G\e[32m?\e[39m \e[1mAre you sure you want to make this stock change?\e[22m\e[0m \e[0m\e[36mNo\e[39m\e[53D\e[53C\r\n=================================\r\n\e[1m\e[34mNo worries, maybe next time!\e[39m\e[22m\r\n=================================\r\n\e[?25l\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\e[2m(Use arrow keys)\e[22m\r\n\e[36m❯ View Products for Sale\e[39m \r\n View Low Inventory \r\n Add to Inventory \r\n Add New Product \r\n Exit \e[7D\e[7C"
- delay: 5662
content: "\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[G\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\r\n View Products for Sale \r\n\e[36m❯ View Low Inventory\e[39m \r\n Add to Inventory \r\n Add New Product \r\n Exit \e[7D\e[7C"
- delay: 159
content: "\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[G\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\r\n View Products for Sale \r\n View Low Inventory \r\n\e[36m❯ Add to Inventory\e[39m \r\n Add New Product \r\n Exit \e[7D\e[7C"
- delay: 151
content: "\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[G\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\r\n View Products for Sale \r\n View Low Inventory \r\n Add to Inventory \r\n\e[36m❯ Add New Product\e[39m \r\n Exit \e[7D\e[7C"
- delay: 185
content: "\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[G\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\r\n View Products for Sale \r\n View Low Inventory \r\n Add to Inventory \r\n Add New Product \r\n\e[36m❯ Exit\e[39m \e[7D\e[7C"
- delay: 392
content: "\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[1A\e[2K\e[G\e[32m?\e[39m \e[1mMenu Options:\e[22m\e[0m \e[0m\e[36mExit\e[39m\e[20D\e[20C\r\n\e[?25h"
- delay: 1159
content: "^D\b\b"
- delay: 1384
content: "\r\n"
- delay: 1392
content: "^C\e[?25h\r\nFernandas-MBP:Amazon-Storefront FernandaRojas$ "
- delay: 1266
content: "logout\r\n"