Skip to content

electrikjesus/easy-menu-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Menu System

An easy to impliment menu system that supports a variety of different options:

Usage: bash core-menu.sh (-h | --help) (-l | --legacy type) (-c | --config config_location)
  {-l|--legacy} type    -- launch for legacy menu control (possible values: yad, gtkdialog, kdialog, zenity, Xdialog, dialog, none. default: auto select)
  {-h|--help}                     -- print this help message and exit
  {-c|--config} config_location   -- set custom config location (default: ./options/options.json)

This menu system uses easybashgui for it's functionality, so it will automatically detect and use: yad, gtkdialog, kdialog, zenity, Xdialog, (c)dialog, whiptail or bash builtins to display the options. That means this system should work on any server or SSH session, terminal session, or GUI session.

The first version of this menu system was included in Android-Generic Project, but has been heavily modified for generic functionality.

Examples:

Some of the examples will be for various uses:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages