-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
 | ||
|
||
## 🚀 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**. |