| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- # 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: ~/dev/scripts
-
- # 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: 80
-
- # Explicitly set the number of rows
- # or use `auto` to take the current
- # number of rows of your shell
- rows: 17
-
- # 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: null
- 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: 0
- content: "\r"
- - delay: 35
- 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>: "
- - delay: 1259
- content: p
- - delay: 105
- content: 'y'
- - delay: 1112
- 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"
- - delay: 5
- content: "\e[2K\r>>> "
- - delay: 2144
- content: p
- - delay: 195
- content: r
- - delay: 194
- content: i
- - delay: 53
- content: 'n'
- - delay: 55
- content: t
- - delay: 80
- content: (
- - delay: 80
- content: ''''
- - delay: 100
- content: H
- - delay: 100
- content: e
- - delay: 134
- content: l
- - delay: 149
- content: l
- - delay: 254
- content: o
- - delay: 107
- content: ' '
- - delay: 250
- content: f
- - delay: 161
- content: r
- - delay: 120
- content: o
- - delay: 112
- content: m
- - delay: 53
- content: ' '
- - delay: 30
- content: R
- - delay: 104
- content: E
- - delay: 247
- content: P
- - delay: 256
- content: L
- - delay: 250
- content: ''''
- - delay: 250
- content: )
- - delay: 541
- content: "\r\r\nHello from REPL\r\n\e[2K\r>>> "
- - delay: 3126
- content: i
- - delay: 82
- content: m
- - delay: 300
- content: p
- - delay: 300
- content: "\e[2K\r>>> import "
- - delay: 500
- content: f
- - delay: 82
- content: l
- - delay: 317
- content: "\e[2K\r>>> import flipperzero"
- - delay: 300
- content: ' '
- - delay: 144
- content: a
- - delay: 75
- content: s
- - delay: 300
- content: ' '
- - delay: 208
- content: f
- - delay: 121
- content: '0'
- - delay: 451
- content: "\r\r\n\e[2K\r>>> "
- - delay: 845
- content: f
- - delay: 75
- content: '0'
- - delay: 248
- content: .
- - delay: 307
- content: i
- - delay: 53
- content: 'n'
- - delay: 459
- content: "\e[2K\r>>> f0.infrared_"
- - delay: 1072
- content: "\r\ninfrared_is_busy infrared_receive\r\ninfrared_transmit\r\n\e[2K\r>>> f0.infrared_"
- - delay: 1169
- content: r
- - delay: 61
- content: e
- - delay: 984
- content: "\e[2K\r>>> f0.infrared_receive"
- - delay: 814
- content: (
- - delay: 172
- content: )
- - delay: 1262
- content: "\r\r\n"
- - delay: 2086
- 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>>> "
- - delay: 3424
- content: "\e[2K\r>>> "
|