wip: anotha one

This commit is contained in:
bashbunni 2023-11-02 11:35:48 -07:00
parent 5d6bb829d3
commit 102927f87c
No known key found for this signature in database
GPG Key ID: 7AFA0946B031EB4A
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ func (m Model) tick(id, tag int) tea.Cmd {
} }
``` ```
## I want to use Bubble Tea to display processes outside the application
[basic]: https://github.com/charmbracelet/bubbletea/blob/master/examples/composable-views/main.go [basic]: https://github.com/charmbracelet/bubbletea/blob/master/examples/composable-views/main.go
[glow]: https://github.com/charmbracelet/glow/blob/f0734709f0be19a34e648caaf63340938a50caa2/ui/ui.go#L434 [glow]: https://github.com/charmbracelet/glow/blob/f0734709f0be19a34e648caaf63340938a50caa2/ui/ui.go#L434
[spinner]: https://github.com/charmbracelet/bubbles/blob/master/spinner/spinner.go [spinner]: https://github.com/charmbracelet/bubbles/blob/master/spinner/spinner.go