commit c25f947416585a9ff953a2513fb97b8e0ff212ca Author: Timo Reymann Date: Tue Feb 14 20:39:26 2023 +0100 docs: Create README diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4de86f --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +bash-tui-toolkit +=== + +Toolkit to create simple Terminal UIs using plain bash builtins + +## Goals +- provide a simple and clear default set of elements to use creating an interactive terminal UI +- be clean and minimalistic +- zero dependencies to be installed +- parts can be used seperately + +## Install +> tbd + +## Documentation +> tbd