22 ms·
In a previous gig we used <https://github.com/charmbracelet/vhs https://github.com/charmbracelet/vhs> and kept the "tape" in git. This way it sort of ensured th
by dansult 2y ago
In a previous gig we used <https://github.com/charmbracelet/vhs https://github.com/charmbracelet/vhs> and kept the "tape" in git. This way it sort of ensured that updates to the CLI were updated. If someone added something and didn't update the the tape, it would be noticed in code review. Worked well enough.
- agarwa90 2y agovhs is pretty cool. I’ve used it before and liked the idea of an intermediate tape file. I was looking for a tool that allows execution of commands on shell as well!