Forrest logo
back to context overview

vhs

List of commands for vhs:

  • vhs:tldr:0f70d vhs: Record inputs to a tape file using a specific shell.
    $ vhs record --shell ${shell} > ${filename-tape}
    try on your machine
    explain this command
  • vhs:tldr:5d6ae vhs: Create a tape file (Add commands to the tap file using your editor).
    $ vhs new ${filename-tape}
    try on your machine
    explain this command
  • vhs:tldr:9b78b vhs: Publish a gif to https://vhs.charm.sh and get a shareable URL.
    $ vhs publish ${filename-gif}
    try on your machine
    explain this command
  • vhs:tldr:b943c vhs: Record inputs to a tape file (Once done, exit the shell to create the tape).
    $ vhs record > ${filename-tape}
    try on your machine
    explain this command
  • vhs:tldr:d2c35 vhs: Create a gif from a tape file.
    $ vhs < ${filename-tape}
    try on your machine
    explain this command
  • vhs:tldr:ec343 vhs: Validate a type file's syntax.
    $ vhs validate ${filename-tape}
    try on your machine
    explain this command
back to context overview