Bash script with graphical menus

前端 未结 2 732
青春惊慌失措
青春惊慌失措 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.

提交回复
热议问题