Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifailon authored Oct 13, 2023
1 parent 763847b commit 5394072
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Console-Menu

Graphical interactive console menu for your bash/shell scripts and using the ASCII Art logo.
Graphical console menu for bash/shell scripts and using the ASCII Art logo.

![Image alt](https://github.com/Lifailon/Console-Menu/blob/rsa/Example.gif)

## 🚀 Using

**No dependency**. Used only **tput** 💛.

- Set your menu items in the array: menu **(5 line)**
- Set your logo in array: **logo (13 line)**
- Take an example and describe your application logic in **line 72-85**

⭐ The highest commendation would be to give this project a **star**.

0 comments on commit 5394072

Please sign in to comment.