Skip to content

Commit 1bb1913

Browse files
Tape (#100)
* docs: added new gif recording
1 parent 2097a57 commit 1bb1913

File tree

3 files changed

+76
-1
lines changed

3 files changed

+76
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p align="center">A Go based CLI for removing unused versions of AWS Lambdas. One binary, no additional dependencies required. </p>
1111

1212
<p align="center">
13-
<img src="/static/demo.gif" alt="drawing" width="400"/>
13+
<img src="/static/glc.gif" alt="drawing" width="800"/>
1414
</p>
1515

1616

glc.tape

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# VHS documentation
2+
#
3+
# Output:
4+
# Output <path>.gif Create a GIF output at the given <path>
5+
# Output <path>.mp4 Create an MP4 output at the given <path>
6+
# Output <path>.webm Create a WebM output at the given <path>
7+
#
8+
# Require:
9+
# Require <string> Ensure a program is on the $PATH to proceed
10+
#
11+
# Settings:
12+
# Set FontSize <number> Set the font size of the terminal
13+
# Set FontFamily <string> Set the font family of the terminal
14+
# Set Height <number> Set the height of the terminal
15+
# Set Width <number> Set the width of the terminal
16+
# Set LetterSpacing <float> Set the font letter spacing (tracking)
17+
# Set LineHeight <float> Set the font line height
18+
# Set LoopOffset <float>% Set the starting frame offset for the GIF loop
19+
# Set Theme <json|string> Set the theme of the terminal
20+
# Set Padding <number> Set the padding of the terminal
21+
# Set Framerate <number> Set the framerate of the recording
22+
# Set PlaybackSpeed <float> Set the playback speed of the recording
23+
# Set MarginFill <file|#000000> Set the file or color the margin will be filled with.
24+
# Set Margin <number> Set the size of the margin. Has no effect if MarginFill isn't set.
25+
# Set BorderRadius <number> Set terminal border radius, in pixels.
26+
# Set WindowBar <string> Set window bar type. (one of: Rings, RingsRight, Colorful, ColorfulRight)
27+
# Set WindowBarSize <number> Set window bar size, in pixels. Default is 40.
28+
# Set TypingSpeed <time> Set the typing speed of the terminal. Default is 50ms.
29+
#
30+
# Sleep:
31+
# Sleep <time> Sleep for a set amount of <time> in seconds
32+
#
33+
# Type:
34+
# Type[@<time>] "<characters>" Type <characters> into the terminal with a
35+
# <time> delay between each character
36+
#
37+
# Keys:
38+
# Backspace[@<time>] [number] Press the Backspace key
39+
# Down[@<time>] [number] Press the Down key
40+
# Enter[@<time>] [number] Press the Enter key
41+
# Space[@<time>] [number] Press the Space key
42+
# Tab[@<time>] [number] Press the Tab key
43+
# Left[@<time>] [number] Press the Left Arrow key
44+
# Right[@<time>] [number] Press the Right Arrow key
45+
# Up[@<time>] [number] Press the Up Arrow key
46+
# Down[@<time>] [number] Press the Down Arrow key
47+
# PageUp[@<time>] [number] Press the Page Up key
48+
# PageDown[@<time>] [number] Press the Page Down key
49+
# Ctrl+<key> Press the Control key + <key> (e.g. Ctrl+C)
50+
#
51+
# Display:
52+
# Hide Hide the subsequent commands from the output
53+
# Show Show the subsequent commands in the output
54+
55+
Output static/glc.gif
56+
57+
Require glc
58+
59+
Set Shell "bash"
60+
61+
Set WindowBar Colorful
62+
Set BorderRadius 10
63+
Set FontSize 14
64+
Set Width 1200
65+
Set Height 600
66+
Set Margin 60
67+
68+
Show
69+
Type@100ms "glc"
70+
Enter
71+
Sleep 2s
72+
Type "glc clean -r us-east-1 -p automation"
73+
Enter
74+
Sleep 6s
75+

static/glc.gif

555 KB
Loading

0 commit comments

Comments
 (0)