-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
title: Bubble Tea - how to make better terminal UI | ||
event: Go Meetup 15 in Prague | ||
event_url: https://www.meetup.com/prague-golang-meetup/events/299983280/ | ||
location: Prague, Czech Republic | ||
summary: Bubble Tea - how to make better terminal UI | ||
abstract: "The fun, functional, and stateful way to build terminal apps. A Go framework based on The Elm Architecture. Bubble Tea is well-suited for simple and complex terminal applications, either inline, full-window or a mix of both." | ||
|
||
# Talk start and end times. | ||
# End time can optionally be hidden by prefixing the line with `#`. | ||
date: "2024-04-23T18:00:00Z" | ||
date_end: "2024-04-23T20:00:00Z" | ||
all_day: false | ||
|
||
# Schedule page publish date (NOT talk date). | ||
publishDate: "2024-04-23T20:00:00Z" | ||
|
||
authors: [] | ||
tags: [] | ||
|
||
# Is this a featured talk? (true/false) | ||
featured: false | ||
|
||
image: | ||
caption: '' | ||
focal_point: Right | ||
|
||
links: | ||
#- icon: twitter | ||
# icon_pack: fab | ||
# name: Follow | ||
# url: https://twitter.com/georgecushen | ||
url_code: "" | ||
url_pdf: "" | ||
url_slides: "https://speakerdeck.com/abtris/build-nice-terminal-ui-with-bubble-tea" | ||
url_video: "https://www.youtube.com/watch?v=nuLZPGTvs0Y" | ||
|
||
# Markdown Slides (optional). | ||
# Associate this talk with Markdown slides. | ||
# Simply enter your slide deck's filename without extension. | ||
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`. | ||
# Otherwise, set `slides = ""`. | ||
slides: | ||
|
||
# Projects (optional). | ||
# Associate this post with one or more of your projects. | ||
# Simply enter your project's folder or file name without extension. | ||
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`. | ||
# Otherwise, set `projects = []`. | ||
projects: | ||
# - internal-project | ||
|
||
# Enable math on this page? | ||
math: false | ||
--- | ||
|
||
The fun, functional, and stateful way to build terminal apps. A Go framework based on The Elm Architecture. Bubble Tea is well-suited for simple and complex terminal applications, either inline, full-window or a mix of both. | ||
|
||
- [Repository with demo - Simple RSS reader for Podcasts for show bubbletea library in action.](https://github.com/abtris/rss-bubletea-demo) |