Replace sequential "how far" installer with interactive multi-select module chooser#44
Draft
Copilot wants to merge 2 commits into
Draft
Replace sequential "how far" installer with interactive multi-select module chooser#44Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
…le chooser Addresses issue #37. Replaces the 'how far do you want to go?' sequential selection in shared/setup.sh with a multi_select_menu function that lets users check/uncheck individual modules. Only checked modules run, in their original numbered order. All flavor setup-shared.sh symlinks pick up the change automatically. Also adds civis, cnorm, setab, and padlen to custom-words.txt for cspell. Co-authored-by: joshuacurtiss <6599042+joshuacurtiss@users.noreply.github.com> Agent-Logs-Url: https://github.com/uicpharm/docker-host/sessions/961946ca-dce0-4c54-90a9-a4aed510bd81
Copilot
AI
changed the title
[WIP] Add groundwork comments for issue #37
Replace sequential "how far" installer with interactive multi-select module chooser
Mar 26, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The shared installer forced users through a sequential "how far do you want to go?" prompt, making it impossible to skip earlier steps or run non-contiguous modules.
Changes
shared/setup.sh— replaces thePS3/selectsequential loop with amulti_select_menufunction; users navigate with↑/↓, toggle withSPACE, and confirm withENTER; selected modules run in their original numbered order regardless of selection order; empty selection re-promptscustom-words.txt— addscivis,cnorm,setab,padlen(new tput capability names) to prevent cspell failuresSince all flavor
setup-shared.shfiles are symlinks toshared/setup.sh, this single change covers every supported OS flavor.The
--stacks-onlyand--runner-onlyflags ininit.share preserved for non-interactive/scripted use.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/graphqlGreat idea ��� and the
multi_select_menufunction already posted here is exactly the right tool. Here's a breakdown of what would need to change, what to watch out for, and a couple of design decisions` (http block)🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.