v0.8.0
Environmental friendliness
Ever want to alter the environment in your .tape files? Now you can with the ENV directive:
Env HELLO "WORLD"
Type "echo $HELLO"
Enter
Sleep 1s
Bonus: change the prompt
Also thanks to @Delta456, you can now change the prompt by setting PROMPT in the environment:
Env PROMPT "〉"
For details see: https://github.com/charmbracelet/vhs/pull/469.
Changelog
New!
- 1fc80027a1bd05737965d7a5026efbd67d161226: cmd: add support for
ENVcommand (#469) (@Delta456) - d56384f273b5f721566a25453196599009230fd5: set VHS_RECORD="true"while running (#478)(@rockorager)
