Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ Run setup normally to open the picker in an interactive terminal, or request it
| Explicitly request the picker | `./setup.sh --interactive` | `.\setup.ps1 -Interactive` |
| Explicitly suppress the picker | `./setup.sh --non-interactive` | `.\setup.ps1 -NonInteractive` |

![Bash interactive tool picker with defaults checked and the delta opt-in selected](docs/media/tui-demo/tui-demo.gif)

*Bash picker demo. PowerShell provides an equivalent picker. For automation and
devcontainers, use `--non-interactive` or `SETUP_NON_INTERACTIVE=1`; CI
auto-detect also suppresses the menu, so it is never required.*

An explicit interactive request still obeys the CI/headless safety checks. The picker is
automatically suppressed when setup detects CI, GitHub Actions, redirected or unavailable
interactive I/O, or no usable interactive console. A suppressed no-argument run installs the
Expand Down
Binary file added docs/media/tui-demo/tui-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading