pages/*: reword descriptions without using "a CLI for" etc. (#10437)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Lena
2023-07-16 19:23:40 +02:00
committed by GitHub
parent 232ac605e9
commit 7ca1069d76
136 changed files with 156 additions and 155 deletions

View File

@@ -1,13 +1,13 @@
# vhs
> CLI home video recorder to generate terminal gifs from code.
> Generate terminal gifs from a tape file.
> More information: <https://github.com/charmbracelet/vhs>.
- Create a tape file (Add commands to the tap file using your editor):
- 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):
- Record inputs to a tape file (once done, exit the shell to create the tape):
`vhs record > {{path/to/file.tape}}`
@@ -15,7 +15,7 @@
`vhs record --shell {{shell}} > {{path/to/file.tape}}`
- Validate a type file's syntax:
- Validate the syntax of a tape file:
`vhs validate {{path/to/file.tape}}`
@@ -23,6 +23,6 @@
`vhs < {{path/to/file.tape}}`
- Publish a gif to https://vhs.charm.sh and get a shareable URL:
- Publish a gif to <https://vhs.charm.sh> and get a shareable URL:
`vhs publish {{path/to/file.gif}}`