Closed noahgorstein closed 1 year ago
I can confirm this behavior with a similar Setup. I use Kitty instead of Alacritty but also zsh, tmux, macOS 12.6 Edit: vhs version 0.4.0
Same issue when on WSL2 on Windows 11. As others stated it outputs all the commands correctly to the terminal after you "exit" the recording session. But the file is empty.
vhs version v0.4.0 (5409c97)
Thanks
Thanks for reporting this, it is fixed by #294!
Describe the bug
vhs record > casette.tape
does not redirect commands to file.Setup Please complete the following information along with version numbers, if applicable.
To Reproduce Steps to reproduce the behavior:
vhs record > tape.casette
ls
,cat
Source Code
Example of reproducing issue locally:
Expected behavior
Would expect the VHS tape commands to be redirected to the file (
awesome_casette.tape
in my example above)