29 lines
969 B
Markdown
29 lines
969 B
Markdown
bash-tui-toolkit
|
|
===
|
|
[](https://pre-commit.com/)
|
|
[](https://dl.circleci.com/status-badge/redirect/gh/timo-reymann/bash-tui-toolkit/tree/main)
|
|
|
|
Toolkit to create simple Terminal UIs using plain bash builtins
|
|
|
|
> :warning: Currently, WIP and not in a stable state for usage
|
|
|
|
## 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 separately
|
|
|
|
## Install
|
|
|
|
> tbd
|
|
|
|
## Documentation
|
|
|
|
For a list of available modules and their documentation please check the [docs/modules](./docs/modules) folder
|
|
|
|
## Alternatives
|
|
|
|
- [kahkhang/Inquirer.sh](https://github.com/kahkhang/Inquirer.sh) - List, Checkbox and Text Input with more advanced
|
|
validation
|