https://github.com/lusingander/donut
Viewer for `.txt` or `.ascii` output by charmbracelet/vhs 🍩
https://github.com/lusingander/donut
ascii bubbletea go vhs
Last synced: 4 months ago
JSON representation
Viewer for `.txt` or `.ascii` output by charmbracelet/vhs 🍩
- Host: GitHub
- URL: https://github.com/lusingander/donut
- Owner: lusingander
- License: mit
- Created: 2023-11-26T07:10:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T23:08:36.000Z (almost 2 years ago)
- Last Synced: 2025-07-19T09:58:03.848Z (6 months ago)
- Topics: ascii, bubbletea, go, vhs
- Language: Go
- Homepage:
- Size: 606 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# donut
Viewer for `.txt` or `.ascii` output by [charmbracelet/vhs](https://github.com/charmbracelet/vhs) 🍩

This image uses [charmbracelet/vhs example file](https://github.com/charmbracelet/vhs/tree/main/examples/cli-ui/text-prompt.ascii) as an example.
## Installation
`$ go install github.com/lusingander/donut@latest`
## Usage
Input a [file generated by the vhs, either in .txt or .ascii format](https://github.com/charmbracelet/vhs#continuous-integration), via stdin.
`$ donut < output.ascii`
### Keybindings
|Key|Description|
|-|-|
|j|next page|
|k|prev page|
|Tab|switch mode|
|Ctrl+C Esc|quit|
## License
MIT