8 files changed,
13 insertions(+),
33 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed by:
GitHub
noreply@github.com
Committed at:
2025-08-31 14:30:13 +0300
Parent:
7e8c6f4
jump to
| M | vhs/comment.gif |
| M | vhs/comment.tape |
| M | vhs/iferr.gif |
| M | vhs/iferr.tape |
| M | vhs/impl.gif |
| M | vhs/impl.tape |
| M | vhs/tags.gif |
| M | vhs/tags.tape |
M
vhs/comment.tape
@@ -9,26 +9,21 @@ Set Shell "bash"
Set Theme "tokyonight" Set TypingSpeed 250ms -Hide -Type@0ms "alias nvim='./nvim.sh'" Enter -Type@0ms "clear" Enter -Show - -Type "nvim comment.go" Sleep 150ms Enter +Hide Type@0ms "./nvim.sh comment.go" Enter Show # package Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms # func -Type "3j" +Type@400ms "jjj" Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms # struct -Type "3j" +Type@400ms "jjj" Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms # interface -Type "3j" +Type@400ms "jjj" Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms Sleep 5s
M
vhs/iferr.tape
@@ -10,12 +10,7 @@ Set Shell "bash"
Set Theme "tokyonight" Set TypingSpeed 250ms -Hide -Type@0ms "alias nvim='./nvim.sh'" Enter -Type@0ms "clear" Enter -Show - -Type "nvim iferr.go" Sleep 150ms Enter +Hide Type@0ms "./nvim.sh iferr.go" Enter Show Type "3j" Type ":GoIfErr" Sleep 500ms Enter
M
vhs/impl.tape
@@ -1,6 +1,6 @@
Output impl.gif Require nvim -Require iferr +Require impl Set FontFamily "JetBrains Mono" Set Height 800@@ -10,14 +10,9 @@ Set Shell "bash"
Set Theme "tokyonight" Set TypingSpeed 250ms -Hide -Type@0ms "alias nvim='./nvim.sh'" Enter -Type@0ms "clear" Enter -Show - -Type "nvim impl.go" Sleep 150ms Enter +Hide Type@0ms "./nvim.sh impl.go" Enter Show Type "2j" -Type ":GoImpl io.Reader" Sleep 500ms Enter +Type ":GoImpl c io.Reader" Sleep 700ms Enter Sleep 5s