Bash script with graphical menus

前端 未结 2 729
青春惊慌失措
青春惊慌失措 2020-12-16 18:36

I have been writing simple bash scripts for a while now, and I was wondering how I could implement simple menus and, if possible, use menus with color.

In the past,

相关标签:
2条回答
  • 2020-12-16 19:03

    I haven't used this myself, but have you checked out bashsimplecurses? From the documentation, it looks like a possible solution.

    0 讨论(0)
  • 2020-12-16 19:25

    there is a package called dialog, is this relevant to your requirement?

    0 讨论(0)
提交回复
热议问题