Skip to content

Commit

Permalink
docs: keep examples tape names consistent (charmbracelet#119)
Browse files Browse the repository at this point in the history
* docs: keep examples tape names consistent

* docs(examples): regenerate monoflow set-font-family.tape

* chore: remove unnecessary workflow

* fix: font in gifs

Co-authored-by: Maas Lalani <maas@lalani.dev>
  • Loading branch information
aymanbagabas and maaslalani authored Oct 31, 2022
1 parent f8760ce commit e4ac44a
Show file tree
Hide file tree
Showing 35 changed files with 50 additions and 130 deletions.
73 changes: 0 additions & 73 deletions .github/workflows/gifs.yml

This file was deleted.

2 changes: 2 additions & 0 deletions examples/commands/ctrl.tape
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ Set FontSize 42
Set Height 225

Sleep 1

Ctrl+R

Sleep 1
2 changes: 1 addition & 1 deletion examples/demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ Set FontSize 32
Set Width 1200
Set Height 600

Type "echo 'Welcome to VHS!'" Sleep 500ms Enter
Type "echo 'Welcome to VHS!'" Sleep 500ms Enter

Sleep 5s
14 changes: 7 additions & 7 deletions examples/settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Sleep 1s
<img width="600" src="./set-font-family.gif" />

```
Output examples/settings/font-family.gif
Output examples/settings/set-font-family.gif
Set FontSize 42
Set Height 225
Expand All @@ -55,7 +55,7 @@ Sleep 0.5s
<img width="600" src="./set-font-size-40.gif" />

```
Output examples/settings/font-size-10.gif
Output examples/settings/set-font-size-10.gif
Set Height 225
Expand All @@ -71,7 +71,7 @@ Sleep 1
<img width="600" src="./set-letter-spacing.gif" />

```
Output examples/settings/letter-spacing.gif
Output examples/settings/set-letter-spacing.gif
Set FontSize 42
Set Height 225
Set LetterSpacing 20
Expand All @@ -86,7 +86,7 @@ Sleep 2
<img width="600" src="./set-line-height.gif" />

```
Output examples/settings/line-height.gif
Output examples/settings/set-line-height.gif
Set Height 400
Set FontSize 32
Set LineHeight 1.8
Expand All @@ -102,7 +102,7 @@ Sleep 1
<img width="600" src="./set-padding.gif" />

```
Output examples/settings/padding.gif
Output examples/settings/set-padding.gif
Set FontSize 32
Set Height 150
Set Padding 0
Expand All @@ -116,7 +116,7 @@ Sleep 1
<img width="600" src="./set-theme.gif" />

```
Output examples/settings/theme.gif
Output examples/settings/set-theme.gif
Set FontSize 42
Set Height 225
Set Theme { "name": "Whimsy", "black": "#535178", "red": "#ef6487", "green": "#5eca89", "yellow": "#fdd877", "blue": "#65aef7", "purple": "#aa7ff0", "cyan": "#43c1be", "white": "#ffffff", "brightBlack": "#535178", "brightRed": "#ef6487", "brightGreen": "#5eca89", "brightYellow": "#fdd877", "brightBlue": "#65aef7", "brightPurple": "#aa7ff0", "brightCyan": "#43c1be", "brightWhite": "#ffffff", "background": "#29283b", "foreground": "#b3b0d6", "selectionBackground": "#3d3c58", "cursorAccent": "#b3b0d6", "cursor": "#b3b0d6" }
Expand All @@ -130,7 +130,7 @@ Sleep 1
<img width="600" src="./set-typing-speed.gif" />

```
Output examples/settings/typing-speed.gif
Output examples/settings/set-typing-speed.gif
Set Height 400
Set FontSize 32
Expand Down
3 changes: 0 additions & 3 deletions examples/settings/font-family.gif

This file was deleted.

3 changes: 0 additions & 3 deletions examples/settings/font-size-10.gif

This file was deleted.

3 changes: 0 additions & 3 deletions examples/settings/font-size-20.gif

This file was deleted.

3 changes: 0 additions & 3 deletions examples/settings/font-size-40.gif

This file was deleted.

3 changes: 0 additions & 3 deletions examples/settings/letter-spacing.gif

This file was deleted.

3 changes: 0 additions & 3 deletions examples/settings/line-height.gif

This file was deleted.

3 changes: 0 additions & 3 deletions examples/settings/padding.gif

This file was deleted.

3 changes: 3 additions & 0 deletions examples/settings/set-font-family.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/settings/set-font-family.tape
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Output examples/settings/font-family.gif
Output examples/settings/set-font-family.gif

Set FontSize 42
Set Height 225
Expand Down
3 changes: 3 additions & 0 deletions examples/settings/set-font-size-10.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/settings/set-font-size-10.tape
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Output examples/settings/font-size-10.gif
Output examples/settings/set-font-size-10.gif

Set Height 225

Expand Down
3 changes: 3 additions & 0 deletions examples/settings/set-font-size-20.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/settings/set-font-size-20.tape
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Output examples/settings/font-size-20.gif
Output examples/settings/set-font-size-20.gif

Set Height 225

Expand Down
3 changes: 3 additions & 0 deletions examples/settings/set-font-size-40.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/settings/set-font-size-40.tape
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Output examples/settings/font-size-40.gif
Output examples/settings/set-font-size-40.gif

Set Height 225

Expand Down
9 changes: 0 additions & 9 deletions examples/settings/set-font-size.tape

This file was deleted.

3 changes: 3 additions & 0 deletions examples/settings/set-letter-spacing.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/settings/set-letter-spacing.tape
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Output examples/settings/letter-spacing.gif
Output examples/settings/set-letter-spacing.gif
Set FontSize 42
Set Height 225
Set LetterSpacing 20
Expand Down
3 changes: 3 additions & 0 deletions examples/settings/set-line-height.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/settings/set-line-height.tape
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Output examples/settings/line-height.gif
Output examples/settings/set-line-height.gif
Set Height 400
Set FontSize 32
Set LineHeight 1.8
Expand Down
3 changes: 3 additions & 0 deletions examples/settings/set-padding.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/settings/set-padding.tape
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Output examples/settings/padding.gif
Output examples/settings/set-padding.gif
Set FontSize 32
Set Height 150
Set Padding 0
Expand Down
3 changes: 3 additions & 0 deletions examples/settings/set-theme-name.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/settings/set-theme-name.tape
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Output examples/settings/theme-name.gif
Output examples/settings/set-theme-name.gif
Set FontSize 42
Set Height 225
Set Theme "Catppuccin Latte"
Expand Down
3 changes: 3 additions & 0 deletions examples/settings/set-theme.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/settings/set-theme.tape
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Output examples/settings/theme.gif
Output examples/settings/set-theme.gif
Set FontSize 42
Set Height 225
Set Theme { "name": "Whimsy", "black": "#535178", "red": "#ef6487", "green": "#5eca89", "yellow": "#fdd877", "blue": "#65aef7", "purple": "#aa7ff0", "cyan": "#43c1be", "white": "#ffffff", "brightBlack": "#535178", "brightRed": "#ef6487", "brightGreen": "#5eca89", "brightYellow": "#fdd877", "brightBlue": "#65aef7", "brightPurple": "#aa7ff0", "brightCyan": "#43c1be", "brightWhite": "#ffffff", "background": "#29283b", "foreground": "#b3b0d6", "selectionBackground": "#3d3c58", "cursorAccent": "#b3b0d6", "cursor": "#b3b0d6" }
Expand Down
3 changes: 3 additions & 0 deletions examples/settings/set-typing-speed.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/settings/set-typing-speed.tape
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Output examples/settings/typing-speed.gif
Output examples/settings/set-typing-speed.gif
Set Height 400
Set FontSize 32

Expand Down
3 changes: 0 additions & 3 deletions examples/settings/theme-name.gif

This file was deleted.

3 changes: 0 additions & 3 deletions examples/settings/theme.gif

This file was deleted.

3 changes: 0 additions & 3 deletions examples/settings/typing-speed.gif

This file was deleted.

0 comments on commit e4ac44a

Please sign in to comment.