Add wizard command for guided GUI setup with swiftDialog#4
Open
callmesukhi wants to merge 7 commits into
Open
Conversation
- Introduced a guided GUI setup using swiftDialog for easier migration. - Added a one-line installer script for quick setup without git. - Created a Homebrew formula for easy installation via Homebrew tap. - Updated documentation to reflect new setup options and installation instructions.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a new “wizard” entrypoint to provide a guided, swiftDialog-powered GUI flow for setting up a Mac (capture/provision), plus a one-line installer and documentation/site updates to promote the faster onboarding path.
Changes:
- Add
migrate wizardcommand backed by a newlib/wizard.shGUI flow that generates a manifest and runs a dry-run preview before applying. - Add a curl-pipe installer (
site/install.sh) that downloads the repo into~/.migration-machineand launches the wizard. - Add Homebrew tap artifacts and update README/site/docs/changelog to document the guided setup path.
Show a summary per file
| File | Description |
|---|---|
site/install.sh |
New curl-pipe installer that downloads/extracts the repo and runs the wizard. |
site/index.html |
Adds a prominent one-line install command on the landing page. |
site/docs.html |
Adds a “Guided setup” section with the installer command and wizard description. |
README.md |
Documents the new guided setup and “read before piping” alternative. |
packaging/homebrew/README.md |
Adds instructions for publishing/using a Homebrew tap and notes about stable vs HEAD. |
packaging/homebrew/migration-machine.rb |
Adds a Homebrew formula for distributing migrate. |
migrate |
Adds the new wizard subcommand wiring to lib/wizard.sh. |
lib/wizard.sh |
New GUI workflow: installs swiftDialog if missing, collects inputs, generates a manifest, dry-runs, then bootstraps. |
CHANGELOG.md |
Records the new wizard/installer/Homebrew distribution additions. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 9/9 changed files
- Comments generated: 10
…og installation process; update install.sh for compatibility with BSD/macOS mktemp.
…rimming; enhance install.sh for interactive terminal checks; update tests for new scenarios.
…migration-machine.rb to set execute permissions for migrate script.
…logic in wizard.sh
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.
No description provided.