An open API service indexing awesome lists of open source software.

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 🍩

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