From 48c15e3c0680a8d07103de1a37f8d7b832fc79f2 Mon Sep 17 00:00:00 2001 From: komothecat Date: Sun, 11 Feb 2024 02:22:19 +0000 Subject: [PATCH 1/2] Add Warna --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 5353974..4cd3612 100644 --- a/index.md +++ b/index.md @@ -132,6 +132,7 @@ color by default via `NO_COLOR`. | [termenv](https://github.com/muesli/termenv) | Go package for text styling, terminal detection and color conversions | [2021-06-24 / 0.9.0](https://github.com/muesli/termenv/releases/tag/v0.9.0) | | [TextOutput](https://github.com/xyproto/textoutput) | Go package for controlling text output, using VT100 terminal codes | [2019-11-18 / 1.9.1](https://github.com/xyproto/textoutput/tree/v1.9.1) | | [textus\_coloris](https://github.com/ac000/textus_coloris) | C header library for colourised console output | [2021-08-16](https://github.com/ac000/textus_coloris/commit/4930b7a531beebf772f82b3dbaa60d0a47d50c1b) | +| [Warna](https://github.com/komothecat/warna) | Terminal text styling for Lua | [2024-02-11 / 0.1.0](https://github.com/komothecat/warna/releases/tag/v0.1.0-1) | | [XConsole](https://github.com/chubrik/XConsole) | .NET console with coloring, pinning & positioning | [2022-04-22 / 1.0.5](https://github.com/chubrik/XConsole/releases/tag/1.0.5) | {: rules="groups"} From 82527211040fe61aab77b155fee38883cc74b0b0 Mon Sep 17 00:00:00 2001 From: komothecat Date: Sun, 11 Feb 2024 02:32:06 +0000 Subject: [PATCH 2/2] fix desc --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 4cd3612..1421d30 100644 --- a/index.md +++ b/index.md @@ -132,7 +132,7 @@ color by default via `NO_COLOR`. | [termenv](https://github.com/muesli/termenv) | Go package for text styling, terminal detection and color conversions | [2021-06-24 / 0.9.0](https://github.com/muesli/termenv/releases/tag/v0.9.0) | | [TextOutput](https://github.com/xyproto/textoutput) | Go package for controlling text output, using VT100 terminal codes | [2019-11-18 / 1.9.1](https://github.com/xyproto/textoutput/tree/v1.9.1) | | [textus\_coloris](https://github.com/ac000/textus_coloris) | C header library for colourised console output | [2021-08-16](https://github.com/ac000/textus_coloris/commit/4930b7a531beebf772f82b3dbaa60d0a47d50c1b) | -| [Warna](https://github.com/komothecat/warna) | Terminal text styling for Lua | [2024-02-11 / 0.1.0](https://github.com/komothecat/warna/releases/tag/v0.1.0-1) | +| [Warna](https://github.com/komothecat/warna) | Terminal text styling library for Lua | [2024-02-11 / 0.1.0](https://github.com/komothecat/warna/releases/tag/v0.1.0-1) | | [XConsole](https://github.com/chubrik/XConsole) | .NET console with coloring, pinning & positioning | [2022-04-22 / 1.0.5](https://github.com/chubrik/XConsole/releases/tag/1.0.5) | {: rules="groups"}