PRbL/README.md
Alan Weinstock c8e63b138a
Update README.md
Added screenshots of demo output
2023-03-13 23:57:32 -07:00

20 lines
660 B
Markdown

pyr0-bash-functions
===============
A functions library for bash-like scripting
Includes:
- Colorization
- Text Formatting
- Bounding Box Drawing
- Logging
- User-interactable menus
With all of these tools combined, you can make powerful interactive scripts with ease and pleasant form
run `./demo.sh` for example output
![image](https://user-images.githubusercontent.com/8482805/224919713-d1ec4723-1909-470d-93d6-1b7091de8de8.png)
![image](https://user-images.githubusercontent.com/8482805/224919800-2d4450e4-9fc7-4ef7-b432-9ccfd0278880.png)
![image](https://user-images.githubusercontent.com/8482805/224919970-0444b849-5959-49b5-a187-b6a214ccc84f.png)