Bashsimplecurses: Simple curses library made in bash to draw terminal interfaces

Bash Simple Curses is a useful tool for creating windows on your terminal, like the monitoring bar bashbar. While the goal is unfinished, it allows for creating colored windows to display information. By importing simple_curses.sh into your bash script and creating a “main” function, you can easily add windows, text, and commands. Making it interactive is a possibility with a few tips. Installation can be done by copying the file into your project or using the make install command for system-wide availability. However, controversially, you can also uninstall the library if needed.

https://github.com/metal3d/bashsimplecurses

To top