metal3d / bashsimplecurses

A simple curses library made in bash to draw terminal interfaces
BSD 3-Clause "New" or "Revised" License
902 stars 117 forks source link

Refactor variables, add text right align setting, add input reader #67

Closed sunjc826 closed 1 month ago

sunjc826 commented 4 months ago

Let me know what you think about the last feature! I think it is still very rough around the edges.

sunjc826 commented 4 months ago

Addresses #32 #33

GrownLinux commented 3 months ago

Thank you for the changes and updates! Firstly, incorporating Shellcheck suggestions is excellent as it helps maintain clean and error-free code. Additionally, including pushden in the script directory, along with .shellcheckrc, enhances Visual Studio Code integration, making it easier for Shellcheck to locate variable and function definitions. Moreover, the newly added append right function sounds interesting.

metal3d commented 1 month ago

Thank a lot for this PR!