docs: Add tested section
This commit is contained in:
@@ -6,10 +6,6 @@ bash-tui-toolkit
|
|||||||
|
|
||||||
Toolkit to create simple Terminal UIs using plain bash builtins
|
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
|
## Goals
|
||||||
- provide a simple and clear default set of elements to use creating an interactive terminal UI
|
- provide a simple and clear default set of elements to use creating an interactive terminal UI
|
||||||
- be clean and minimalistic
|
- be clean and minimalistic
|
||||||
@@ -17,11 +13,19 @@ Toolkit to create simple Terminal UIs using plain bash builtins
|
|||||||
- parts can be used separately
|
- parts can be used separately
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
> tbd
|
1. Download the bundle (entire lib) or single compoennt from [releases](https://github.com/timo-reymann/bash-tui-toolkit/releases)
|
||||||
|
2. Source the bundle in your script or embed
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
For a list of available modules and their documentation please check the [docs/modules](./docs/modules) folder
|
For a list of available modules and their documentation please check the [docs/modules](./docs/modules) folder
|
||||||
|
|
||||||
|
## Tested with
|
||||||
|
- Ubuntu 20
|
||||||
|
- Ubuntu 22
|
||||||
|
- Alpine 3
|
||||||
|
- MacOS
|
||||||
|
- Windows (Git Bash)
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|||||||
Reference in New Issue
Block a user