From bb85d50a3847bc1f3476321ea4fda1d0ad7fd788 Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Sat, 25 Nov 2023 22:06:34 -0800 Subject: [PATCH] Add Stickers Closes #50 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2841914..f5a7520 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ List of projects that provide terminal user interfaces - [Python Prompt Toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) Library for building powerful interactive command line applications in **Python** - [Ratatui](https://github.com/tui-rs-revival/ratatui) A **Rust** crate for building Terminal UIs (actively maintained fork of tui-rs). - [Rich](https://github.com/willmcgugan/rich) is a **Python** library for rich text and beautiful formatting in the terminal. +- [stickers](https://github.com/76creates/stickers) Building blocks for charmbracelet/lipgloss in **Go** - [tcell](https://github.com/gdamore/tcell) Tcell is an alternate **Go** terminal package, similar in some ways to termbox, but better in others. - [textual](https://github.com/willmcgugan/textual) is a TUI (Text User Interface) framework for **Python** inspired by modern web development. - [Thermage](https://github.com/thermage/thermage) Thermage is a **PHP** library that provides a fluent and incredibly powerful, object-oriented interface for customizing CLI output text color, background, formatting, theming and more.