From ab63c1c273ccd9ae4402aa6ff51644d40d3f0012 Mon Sep 17 00:00:00 2001 From: yaozm Date: Fri, 7 Jun 2024 18:08:01 +0800 Subject: [PATCH] feat(commands.tape): add commands tape for recording commands - Added new file commands.tape - Added commands for recording commands - Required PHP - Set framerate to 120 - Set font size to 18 - Set width to 1500 - Set height to 927 - Set typing speed to 50ms - Set playback speed to 0.2 - Typed 'php artisan soar:run --option=-version=true' with a sleep of 20ms - Pressed enter once with a sleep of 3s - Typed 'php artisan soar:score' with a sleep of 20ms - Pressed enter once with a sleep of 1s - Typed 'select * from `users`;' with a sleep of 20ms - Pressed enter once with a sleep of 10s --- commands.tape | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 commands.tape diff --git a/commands.tape b/commands.tape new file mode 100644 index 0000000..95f5697 --- /dev/null +++ b/commands.tape @@ -0,0 +1,70 @@ +# VHS documentation +# +# Output: +# Output .gif Create a GIF output at the given +# Output .mp4 Create an MP4 output at the given +# Output .webm Create a WebM output at the given +# +# Require: +# Require Ensure a program is on the $PATH to proceed +# +# Settings: +# Set FontSize Set the font size of the terminal +# Set FontFamily Set the font family of the terminal +# Set Height Set the height of the terminal +# Set Width Set the width of the terminal +# Set LetterSpacing Set the font letter spacing (tracking) +# Set LineHeight Set the font line height +# Set LoopOffset % Set the starting frame offset for the GIF loop +# Set Theme Set the theme of the terminal +# Set Padding Set the padding of the terminal +# Set Framerate Set the framerate of the recording +# Set PlaybackSpeed Set the playback speed of the recording +# +# Sleep: +# Sleep