From 3326ecbcc4c3e52a089d962374fe8a066a019852 Mon Sep 17 00:00:00 2001 From: Timo Reymann Date: Fri, 17 Feb 2023 11:22:25 +0100 Subject: [PATCH] docs: Add note about testing --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 27d4bd1..d3a10a7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ bash-tui-toolkit Toolkit to create simple Terminal UIs using plain bash builtins +> Tested with Ubuntu, Alpine, Debian. +> +> MacOS currently broken with iTerm 2 -> working on it + ## Goals - provide a simple and clear default set of elements to use creating an interactive terminal UI - be clean and minimalistic