diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..6cf97b9 --- /dev/null +++ b/examples/README.md @@ -0,0 +1 @@ +# Pop diff --git a/examples/cli.tape b/examples/cli.tape index aa3c0ab..fd94908 100644 --- a/examples/cli.tape +++ b/examples/cli.tape @@ -1,8 +1,9 @@ -Output demo.gif -Set Padding 40 -Set FontSize 20 -Set Width 600 -Set Height 400 +Output cli.gif +Set Framerate 30 +Set Padding 70 +Set FontSize 38 +Set Width 1200 +Set Height 800 Hide Type "export RESEND_API_KEY=$(pass RESEND_CHARM_API_KEY)" @@ -12,10 +13,10 @@ Hide Show Type "pop < message.md \" Enter -Type "--from 'pop@charm.sh' \" Enter -Type "--to 'vt100@charm.sh' \" Enter -Type "--subject 'Pop' \" Enter -Type "--attach README.md" +Type " --from 'pop@charm.sh' \" Enter +Type " --to 'vt100@charm.sh' \" Enter +Type " --subject 'Pop' \" Enter +Type " --attach README.md" Sleep 0.5 Enter Sleep 5 diff --git a/examples/demo.tape b/examples/demo.tape index 7b85d65..2286059 100644 --- a/examples/demo.tape +++ b/examples/demo.tape @@ -1,8 +1,9 @@ Output demo.gif -Set FontSize 25 +Set Framerate 30 +Set FontSize 40 Set Padding 50 -Set Width 800 -Set Height 800 +Set Width 1200 +Set Height 1200 Hide Type "export RESEND_API_KEY=$(pass RESEND_CHARM_API_KEY)" @@ -13,7 +14,7 @@ Show Type "pop" Enter -Sleep 1 +Sleep 2 Type "pop@charm.sh" Sleep 0.5 diff --git a/message.md b/examples/message.md similarity index 100% rename from message.md rename to examples/message.md