Closed bnb closed 2 years ago
@bnb can you try:
Output alt-text.txt
This will generate a plain text version of whats happening in the GIF (without any ANSI sequences and stuff).
It will generate what the terminal state looks like (in plain text) after each command is run.
@bnb When using Output alt-text.txt
, VHS generates a fully plain text version of the terminal output.
Output examples/glow/glow-simple.ascii
Output examples/glow/glow-simple.gif
Set Width 1000
Set Height 1050
Type "glow"
Enter
Sleep 1s
Enter
Sleep 1s
Escape
Sleep 1s
Type "q"
Sleep 1s
For example consider this GIF:
The glow-simple.ascii
is output:
> glow
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
> glow
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Glow
9 local β 14 stashed β 3 news
β CarrotCake.md
β 2 days ago
StewedPeaches.md
2 days ago
notes/Currywurst.md
2 days ago
notes/KΓ€sewurst.md
2 days ago
notes/SpΓ€tzle.md
2 days ago
notes/WeiΓwurst.md
2 days ago
to-do/Okonomiyaki.md
2 days ago
β’β’
tab section β’ h/l β/β page β’ / find β’ s stash β’ β¦
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Carrot Cake
Carrot cake is delicious. And, it takes only 20 minutes to
make!
Here is the recipe:
β’ Carrots
β’ Cake
Tada!
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Carrot Cake
Carrot cake is delicious. And, it takes only 20 minutes to
make!
Here is the recipe:
β’ Carrots
β’ Cake
Tada!
Glow CarrotCake.md 100% ? Help
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Carrot Cake
Carrot cake is delicious. And, it takes only 20 minutes to
make!
Here is the recipe:
β’ Carrots
β’ Cake
Tada!
Glow CarrotCake.md 100% ? Help
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Glow
9 local β 14 stashed β 3 news
β CarrotCake.md
β 2 days ago
StewedPeaches.md
2 days ago
notes/Currywurst.md
2 days ago
notes/KΓ€sewurst.md
2 days ago
notes/SpΓ€tzle.md
2 days ago
notes/WeiΓwurst.md
2 days ago
to-do/Okonomiyaki.md
2 days ago
β’β’
tab section β’ h/l β/β page β’ / find β’ s stash β’ β¦
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
> glow
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
> glow
Thanks for using Glow!
>
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Please feel free to reopen this issue if I've misunderstood what you're trying to say!
It would be super awesome for normalizing accessibility if vhs was able to automatically generate plaintext descriptions of what's happening in a recording file from the
.tape
file.