Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage/Config from a external config file (read) #14

Open
dapgo opened this issue Apr 25, 2020 · 0 comments
Open

Manage/Config from a external config file (read) #14

dapgo opened this issue Apr 25, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dapgo
Copy link
Owner

dapgo commented Apr 25, 2020

Purposes/Objectives:
avoid the need of editing the script file.
make easier for user without programming knowledge
allow to move the configuration to a new version of the menu
allow the sharing of a common config file between multiplatform Menu (Win and Mac/*nix)

At the moment the Bash version supports the usage of a config file :)

However:
menu for windows doesn't support this feature yet (batch)
config file is loaded instead of read the content (bash)
loading/call is less secure(bash)
load for windows will require a text, as variables are set differently(batch)

@dapgo dapgo added the enhancement New feature or request label Apr 25, 2020
@dapgo dapgo self-assigned this Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant