diff --git a/README.md b/README.md index d9df5d791f..8c13bd808f 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,8 @@ complex terminal applications, either inline, full-window, or a mix of both.

Bubble Tea is in use in production and includes a number of features and -performance optimizations we’ve added along the way. Among those is a standard -framerate-based renderer, a renderer for high-performance scrollable -regions which works alongside the main renderer, and mouse support. +performance optimizations we’ve added along the way. Among those is +a framerate-based renderer, mouse support, focus reporting and more. To get started, see the tutorial below, the [examples][examples], the [docs][docs], the [video tutorials][youtube] and some common [resources](#libraries-we-use-with-bubble-tea). @@ -61,8 +60,8 @@ import will be the Bubble Tea library, which we'll call `tea` for short. ```go package main -// XXX: These imports will be used later on the tutorial. If you save the file -// now, Go might complain they are unused, but that is to be expected. +// These imports will be used later on the tutorial. If you save the file +// now, Go might complain they are unused, but that's fine. // You may also need to run `go mod tidy` to download bubbletea and its // dependencies. import ( @@ -314,16 +313,12 @@ your program in another window. - [Harmonica][harmonica]: A spring animation library for smooth, natural motion - [BubbleZone][bubblezone]: Easy mouse event tracking for Bubble Tea components - [ntcharts][ntcharts]: A terminal charting library built for Bubble Tea and [Lip Gloss][lipgloss] -- [Termenv][termenv]: Advanced ANSI styling for terminal applications -- [Reflow][reflow]: Advanced ANSI-aware methods for working with text [bubbles]: https://github.com/charmbracelet/bubbles [lipgloss]: https://github.com/charmbracelet/lipgloss [harmonica]: https://github.com/charmbracelet/harmonica [bubblezone]: https://github.com/lrstanley/bubblezone [ntcharts]: https://github.com/NimbleMarkets/ntcharts -[termenv]: https://github.com/muesli/termenv -[reflow]: https://github.com/muesli/reflow ## Bubble Tea in the Wild @@ -344,9 +339,9 @@ There are over [10,000 applications](https://github.com/charmbracelet/bubbletea/ - Daytona – [Daytona](https://github.com/daytonaio/daytona): open source dev environment manager - Cockroach Labs – [CockroachDB](https://github.com/cockroachdb/cockroach): a cloud-native, high-availability distributed SQL database - Truffle Security Co. – [Trufflehog](https://github.com/trufflesecurity/trufflehog): find leaked credentials -- NVIDIA – [container-canary](https://github.com/NVIDIA/container-canary) from NVIDIA: a container validator -- AWS – [eks-node-viewer](https://github.com/awslabs/eks-node-viewer) from AWS: a tool for visualizing dynamic node usage within an EKS cluster -- MinIO – [mc](https://github.com/minio/mc) from Min.io: the official [MinIO](https://min.io) client +- NVIDIA – [container-canary](https://github.com/NVIDIA/container-canary): a container validator +- AWS – [eks-node-viewer](https://github.com/awslabs/eks-node-viewer): a tool for visualizing dynamic node usage within an EKS cluster +- MinIO – [mc](https://github.com/minio/mc): the official [MinIO](https://min.io) client - Ubuntu – [Authd](https://github.com/ubuntu/authd): an authentication daemon for cloud-based identity providers ### Charm stuff