diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2025-01-06 17:01:14 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2025-01-06 17:03:54 +0100 |
commit | 6c47e384f512e5eab14180c6913323783a0def11 (patch) | |
tree | 2fa120724d03c060b1f193e5a5ea4ae8dc42e5e9 /tools/wdye/wdye.adoc | |
parent | 914e743dc4d0d739a981b58de6eb1d34cea6e0bf (diff) | |
download | liberty-6c47e384f512e5eab14180c6913323783a0def11.tar.gz liberty-6c47e384f512e5eab14180c6913323783a0def11.tar.xz liberty-6c47e384f512e5eab14180c6913323783a0def11.zip |
wdye: optionally produce asciicast v2 logs
I've been fairly disappointed with asciinema,
but it's slightly better than nothing.
Diffstat (limited to 'tools/wdye/wdye.adoc')
-rw-r--r-- | tools/wdye/wdye.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/wdye/wdye.adoc b/tools/wdye/wdye.adoc index d901400..98e251e 100644 --- a/tools/wdye/wdye.adoc +++ b/tools/wdye/wdye.adoc @@ -126,6 +126,12 @@ Example rot13:send "Hello\r" expect(rot13:exact {"Uryyb\r"}) +Environment +----------- +*WDYE_LOGGING*:: + When this environment variable is present, *wdye* produces asciicast v2 + files for every spawned program, in the current working directory. + Reporting bugs -------------- Use https://git.janouch.name/p/liberty to report bugs, request features, |