Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

33
vhs Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# vhs
> Generate terminal gifs from a tape file.
> More information: <https://github.com/charmbracelet/vhs>.
- Create a tape file (add commands to the tape file using an editor):
`vhs new {{path/to/file.tape}}`
- Record inputs to a tape file (once done, exit the shell to create the tape):
`vhs record > {{path/to/file.tape}}`
- Record inputs to a tape file using a specific shell:
`vhs record --shell {{shell}} > {{path/to/file.tape}}`
- Validate the syntax of a tape file:
`vhs validate {{path/to/file.tape}}`
- Create a gif from a tape file:
`vhs < {{path/to/file.tape}}`
- Publish a gif to <https://vhs.charm.sh> and get a shareable URL:
`vhs publish {{path/to/file.gif}}`