Options (1)
-s, --shellbooleanRecord inputs to a tape file using a specific shell
Example:
vhs record {{[-s|--shell]}} {{shell}} > {{path/to/file.tape}}Examples (7)
Create a tape file (add commands to the tape file using an editor)
vhs new path/to/file.tapeRecord inputs to a tape file
vhs record > path/to/file.tapeRecord inputs to a tape file using a specific shell
vhs record [-s|--shell] shell > path/to/file.tapeStop recording
Validate the syntax of a tape file
vhs validate path/to/file.tapeCreate a GIF from a tape file
vhs path/to/file.tapePublish a GIF to <https://vhs.charm.sh> and get a shareable URL
vhs publish path/to/file.gifmade by @shridhargupta | data from tldr-pages