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

Change incremental prompts to initial multi-select prompts #4

Open
lewxdev opened this issue Jun 24, 2023 · 0 comments
Open

Change incremental prompts to initial multi-select prompts #4

lewxdev opened this issue Jun 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lewxdev
Copy link
Owner

lewxdev commented Jun 24, 2023

Currently, new machines are prompted to confirm/deny each individual installation identifier. This request proposes to prompt only on the initial category, with a multi-select list of options from the identifier list. Some tools use a similar approach for their setup (e.g. vite). For example:

% ./install.zsh --brew-formulae
> Select the formulae to be installed:
  (navigate with up and down arrows, select with spacebar)

  [ ] android-platform-tools
  [x] figlet
  [ ] imagemagick
  [ ] node
  [ ] nvm
  [ ] pnpm

It may also be worthwhile to differentiate optional and suggested options and automatically select some options to balance ease of setup and configurability

@lewxdev lewxdev added the enhancement New feature or request label Jun 24, 2023
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
Status: Todo
Development

No branches or pull requests

1 participant