repl.yml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. # The configurations that used for the recording, feel free to edit them
  2. config:
  3. # Specify a command to be executed
  4. # like `/bin/bash -l`, `ls`, or any other commands
  5. # the default is bash for Linux
  6. # or powershell.exe for Windows
  7. command: bash -l
  8. # Specify the current working directory path
  9. # the default is the current working directory path
  10. cwd: ~/dev/scripts
  11. # Export additional ENV variables
  12. env:
  13. recording: true
  14. # Explicitly set the number of columns
  15. # or use `auto` to take the current
  16. # number of columns of your shell
  17. cols: 80
  18. # Explicitly set the number of rows
  19. # or use `auto` to take the current
  20. # number of rows of your shell
  21. rows: 17
  22. # Amount of times to repeat GIF
  23. # If value is -1, play once
  24. # If value is 0, loop indefinitely
  25. # If value is a positive number, loop n times
  26. repeat: 0
  27. # Quality
  28. # 1 - 100
  29. quality: 100
  30. # Delay between frames in ms
  31. # If the value is `auto` use the actual recording delays
  32. frameDelay: auto
  33. # Maximum delay between frames in ms
  34. # Ignored if the `frameDelay` isn't set to `auto`
  35. # Set to `auto` to prevent limiting the max idle time
  36. maxIdleTime: 2000
  37. # The surrounding frame box
  38. # The `type` can be null, window, floating, or solid`
  39. # To hide the title use the value null
  40. # Don't forget to add a backgroundColor style with a null as type
  41. frameBox:
  42. type: floating
  43. title: null
  44. style:
  45. border: 0px black solid
  46. # boxShadow: none
  47. # margin: 0px
  48. # Add a watermark image to the rendered gif
  49. # You need to specify an absolute path for
  50. # the image on your machine or a URL, and you can also
  51. # add your own CSS styles
  52. watermark:
  53. imagePath: null
  54. style:
  55. position: absolute
  56. right: 15px
  57. bottom: 15px
  58. width: 100px
  59. opacity: 0.9
  60. # Cursor style can be one of
  61. # `block`, `underline`, or `bar`
  62. cursorStyle: block
  63. # Font family
  64. # You can use any font that is installed on your machine
  65. # in CSS-like syntax
  66. fontFamily: "Monaco, Lucida Console, Ubuntu Mono, Monospace"
  67. # The size of the font
  68. fontSize: 12
  69. # The height of lines
  70. lineHeight: 1
  71. # The spacing between letters
  72. letterSpacing: 0
  73. # Theme
  74. theme:
  75. background: "transparent"
  76. foreground: "#afafaf"
  77. cursor: "#c7c7c7"
  78. black: "#232628"
  79. red: "#fc4384"
  80. green: "#b3e33b"
  81. yellow: "#ffa727"
  82. blue: "#75dff2"
  83. magenta: "#ae89fe"
  84. cyan: "#708387"
  85. white: "#d5d5d0"
  86. brightBlack: "#626566"
  87. brightRed: "#ff7fac"
  88. brightGreen: "#c8ed71"
  89. brightYellow: "#ebdf86"
  90. brightBlue: "#75dff2"
  91. brightMagenta: "#ae89fe"
  92. brightCyan: "#b1c6ca"
  93. brightWhite: "#f9f9f4"
  94. # Records, feel free to edit them
  95. records:
  96. - delay: 0
  97. content: "\r"
  98. - delay: 35
  99. content: "\r\r\n _.-------.._ -,\r\r\n .-\"```\"--..,,_/ /`-, -, \\ \r\r\n .:\" /:/ /'\\ \\ ,_..., `. | |\r\r\n / ,----/:/ /`\\ _\\~`_-\"` _;\r\r\n ' / /`\"\"\"'\\ \\ \\.~`_-' ,-\"'/ \r\r\n | | | 0 | | .-' ,/` /\r\r\n | ,..\\ \\ ,.-\"` ,/` /\r\r\n ; : `/`\"\"\\` ,/--==,/-----,\r\r\n | `-...| -.___-Z:_______J...---;\r\r\n : ` _-'\r\r\n _L_ _ ___ ___ ___ ___ ____--\"`___ _ ___\r\r\n| __|| | |_ _|| _ \\| _ \\| __|| _ \\ / __|| | |_ _|\r\r\n| _| | |__ | | | _/| _/| _| | / | (__ | |__ | |\r\r\n|_| |____||___||_| |_| |___||_|_\\ \\___||____||___|\r\r\n\r\r\nWelcome to Flipper Zero Command Line Interface!\r\r\nRead the manual: https://docs.flipper.net/development/cli\r\r\nRun `help` or `?` to list available commands\r\r\n\r\r\nFirmware version: 1.0.1 1.0.1 (fe424061 built on 10-09-2024)\r\r\n\r\r\n>: "
  100. - delay: 1259
  101. content: p
  102. - delay: 105
  103. content: 'y'
  104. - delay: 1112
  105. content: "\r\r\nMicroPython (v1.23.0, 2024-09-27) on Flipper Zero\r\r\nQuit: Ctrl+D | Heap: 4220 bytes | Stack: 2048 bytes\r\r\n To do a reboot, press Left+Back for 5 seconds.\r\r\nDocs: https://ofabel.github.io/mp-flipper\r\r\n"
  106. - delay: 5
  107. content: "\e[2K\r>>> "
  108. - delay: 2144
  109. content: p
  110. - delay: 195
  111. content: r
  112. - delay: 194
  113. content: i
  114. - delay: 53
  115. content: 'n'
  116. - delay: 55
  117. content: t
  118. - delay: 80
  119. content: (
  120. - delay: 80
  121. content: ''''
  122. - delay: 100
  123. content: H
  124. - delay: 100
  125. content: e
  126. - delay: 134
  127. content: l
  128. - delay: 149
  129. content: l
  130. - delay: 254
  131. content: o
  132. - delay: 107
  133. content: ' '
  134. - delay: 250
  135. content: f
  136. - delay: 161
  137. content: r
  138. - delay: 120
  139. content: o
  140. - delay: 112
  141. content: m
  142. - delay: 53
  143. content: ' '
  144. - delay: 30
  145. content: R
  146. - delay: 104
  147. content: E
  148. - delay: 247
  149. content: P
  150. - delay: 256
  151. content: L
  152. - delay: 250
  153. content: ''''
  154. - delay: 250
  155. content: )
  156. - delay: 541
  157. content: "\r\r\nHello from REPL\r\n\e[2K\r>>> "
  158. - delay: 3126
  159. content: i
  160. - delay: 82
  161. content: m
  162. - delay: 300
  163. content: p
  164. - delay: 300
  165. content: "\e[2K\r>>> import "
  166. - delay: 500
  167. content: f
  168. - delay: 82
  169. content: l
  170. - delay: 317
  171. content: "\e[2K\r>>> import flipperzero"
  172. - delay: 300
  173. content: ' '
  174. - delay: 144
  175. content: a
  176. - delay: 75
  177. content: s
  178. - delay: 300
  179. content: ' '
  180. - delay: 208
  181. content: f
  182. - delay: 121
  183. content: '0'
  184. - delay: 451
  185. content: "\r\r\n\e[2K\r>>> "
  186. - delay: 845
  187. content: f
  188. - delay: 75
  189. content: '0'
  190. - delay: 248
  191. content: .
  192. - delay: 307
  193. content: i
  194. - delay: 53
  195. content: 'n'
  196. - delay: 459
  197. content: "\e[2K\r>>> f0.infrared_"
  198. - delay: 1072
  199. content: "\r\ninfrared_is_busy infrared_receive\r\ninfrared_transmit\r\n\e[2K\r>>> f0.infrared_"
  200. - delay: 1169
  201. content: r
  202. - delay: 61
  203. content: e
  204. - delay: 984
  205. content: "\e[2K\r>>> f0.infrared_receive"
  206. - delay: 814
  207. content: (
  208. - delay: 172
  209. content: )
  210. - delay: 1262
  211. content: "\r\r\n"
  212. - delay: 2086
  213. content: "[9086, 4417, 636, 522, 611, 522, 610, 524, 608, 525, 608, 1635, 606, 527, 607, 527, 607, 527, 606, 527, 607, 528, 606, 527, 607, 528, 605, 1636, 606, 528, 606, 528, 606, 528, 606, 1636, 606, 528, 606, 528, 606, 1636, 605, 528, 606, 528, 606, 1636, 606, 528, 606, 528, 606, 1636, 605, 1636, 606, 528, 605, 1636, 606, 1636, 605, 528, 606, 1636, 605, 46392, 9057, 2206, 606, 95997, 9083, 2205, 607]\r\n\e[2K\r>>> "
  214. - delay: 3424
  215. content: "\e[2K\r>>> "