Files
oam/knowledge base/vhs.md

61 lines
849 B
Markdown

# VHS
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<details>
<summary>Installation and configuration</summary>
```sh
brew install 'vhs'
docker pull 'ghcr.io/charmbracelet/vhs'
```
</details>
<details>
<summary>Usage</summary>
```sh
# Check the manual.
vhs manual
# Create new recording files.
vhs new 'demo.tape'
# Process the recording.
vhs 'demo.tape'
```
</details>
<!-- Uncomment if needed
<details>
<summary>Real world use cases</summary>
</details>
-->
## Further readings
- [Github]
- [Examples]
### Sources
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[github]: https://github.com/charmbracelet/vhs
[examples]: https://github.com/charmbracelet/vhs/tree/main/examples
<!-- Others -->