alpha
Login
or
Join now
gazagnaire.org
/
ocaml-vhs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Generate and run Charmbracelet VHS terminal tapes
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ocaml-vhs
/
test
8 files
at
main
Thomas Gazagnaire
vhs: record cram transcripts directly
11d ago
df5e0ade
dune
vhs: record cram transcripts directly Add the vhs-cram command so a cram transcript and its setup scripts can drive an animated terminal recording without a project-specific registry. Hold the final screen longer so the last output remains readable.
1 week ago
test.ml
vhs: record cram tests as tapes Cram.to_tape turns a cram test's commands and expected output into a tape, so one cram test can both check a program and drive a VHS recording of it: the `$ ` lines become keystrokes and the expected output becomes the waits.
2 weeks ago
test_cram.ml
vhs: record cram transcripts directly Add the vhs-cram command so a cram transcript and its setup scripts can drive an animated terminal recording without a project-specific registry. Hold the final screen longer so the last output remains readable.
1 week ago
test_cram.mli
vhs: record cram tests as tapes Cram.to_tape turns a cram test's commands and expected output into a tape, so one cram test can both check a program and drive a VHS recording of it: the `$ ` lines become keystrokes and the expected output becomes the waits.
2 weeks ago
test_value.ml
vhs: stop escaping backslashes in double-quoted strings VHS types the contents of a double-quoted string verbatim, so escaping a backslash makes it type two: a command like `--format 'a\tb'` then reaches the shell doubled.
2 weeks ago
test_value.mli
vhs: add tape generator library
1 month ago
test_vhs.ml
vhs: single-quote values that contain a double quote VHS tape strings accept either quote style. A value containing a double quote now renders single-quoted (and one containing both styles is rejected) so the emitted tape parses back; Output paths are quoted too.
1 month ago
test_vhs.mli
vhs: add tape generator library
1 month ago