ux(install): narrate the plan and confirm each step - today it is "run install and trust us", including the sudo request #162
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea#162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
madtea installcurrently does everything silently: it picks a destination, may escalate via sudo, copies the binary, and sweeps stale copies off PATH - and the user's first visible signal is either the sudo password prompt (with no statement of what will be run or why) or the final success line. That is a trust-us UX, and the sudo half is the worst of it: an unexplained privilege request from a freshly downloaded binary is exactly what security-conscious users are trained to refuse.Ask
--yes(and/or no-TTY auto-detection) keeps scripts and the README pipe-install working unattended with the plan still printed.Acceptance
madtea installon a clean machine shows plan -> per-step narration -> summary; nothing happens that was not announced first.