6d8aad022e329a0942e43e386cb34f2d458f4ac2
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 separately
Install
tbd
Documentation
For a list of available modules and their documentation please check the docs/modules folder
Development
Requirements
- bash 4+
- docker 19+
- GNU make
Generate documentation
To update the module documentation you just need to run
make generate-docs
This builds the documentation inside a docker container and updates the repo locally. Afterwards just commit the docs with your code changes
Build
To combine the script(s) you just need to run
make build
The combined artifacts can be found in dist/
Alternatives
- kahkhang/Inquirer.sh - List, Checkbox and Text Input with more advanced validation
Description
Languages
Shell
90.1%
Makefile
7%
Dockerfile
2.9%