From 6a56b4aa011fecd44b973de9006145003426ff89 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Thu, 14 Dec 2023 09:08:20 +0100 Subject: [PATCH 1/2] docs: add end_of_eden and crt to docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0834246cdc..597012eff3 100644 --- a/README.md +++ b/README.md @@ -328,8 +328,10 @@ For some Bubble Tea programs in production, see: * [cLive](https://github.com/koki-develop/clive): automate terminal operations and view them live in a browser * [container-canary](https://github.com/NVIDIA/container-canary): a container validator * [countdown](https://github.com/aldernero/countdown): a multi-event countdown timer +* [CRT](https://github.com/BigJk/crt): a simple terminal emulator to run bubbletea in a dedicated window (with optional shaders) * [dns53](https://github.com/purpleclay/dns53): dynamic DNS with Amazon Route53. Expose your EC2 quickly, securely and privately * [eks-node-viewer](https://github.com/awslabs/eks-node-viewer): a tool for visualizing dynamic node usage within an eks cluster +* [End Of Eden](https://github.com/BigJk/end_of_eden): a "Slay the Spire"-like, roguelite deck-builder game running fully in console * [enola](https://github.com/sherlock-project/enola): hunt down social media accounts by username across social networks * [flapioca](https://github.com/kbrgl/flapioca): Flappy Bird on the CLI! * [fm](https://github.com/knipferrc/fm): a terminal-based file manager From 040736a3c91e54e2a4b0f026d8083af625751b10 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Tue, 9 Jan 2024 17:25:59 -0500 Subject: [PATCH 2/2] chore(docs): readme copyedits + fix my typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0788efd54..c5eefd65a8 100644 --- a/README.md +++ b/README.md @@ -328,10 +328,10 @@ For some Bubble Tea programs in production, see: * [cLive](https://github.com/koki-develop/clive): automate terminal operations and view them live in a browser * [container-canary](https://github.com/NVIDIA/container-canary): a container validator * [countdown](https://github.com/aldernero/countdown): a multi-event countdown timer -* [CRT](https://github.com/BigJk/crt): a simple terminal emulator to run bubbletea in a dedicated window (with optional shaders) +* [CRT](https://github.com/BigJk/crt): a simple terminal emulator for running Bubble Tea in a dedicated window, with optional shaders * [dns53](https://github.com/purpleclay/dns53): dynamic DNS with Amazon Route53. Expose your EC2 quickly, securely and privately * [eks-node-viewer](https://github.com/awslabs/eks-node-viewer): a tool for visualizing dynamic node usage within an eks cluster -* [End Of Eden](https://github.com/BigJk/end_of_eden): a "Slay the Spire"-like, roguelite deck-builder game running fully +* [End Of Eden](https://github.com/BigJk/end_of_eden): a "Slay the Spire"-like, roguelite deck-builder game * [enola](https://github.com/sherlock-project/enola): find social media accounts by username across social networks * [flapioca](https://github.com/kbrgl/flapioca): Flappy Bird on the CLI! * [fm](https://github.com/knipferrc/fm): a terminal-based file manager