Replace `exec < /dev/tty` (which hijacks bash's script-reading fd and
causes the rest of the script to be interpreted as shell commands) with
per-call `< /dev/tty` redirection on every `read` and prompt `printf`.
This preserves bash's ability to continue reading the script from the
process substitution while still getting interactive input from the
real terminal.
https://claude.ai/code/session_01XKYC1basxdwtHy71tky7xm
- Add `exec < /dev/tty` so `read` works correctly when run via
`bash <(curl ...)` — fixes script failing after pasting API keys
or clicking terminal links
- Search /opt/, /usr/lib/, /snap/bin/ and `dpkg -L` for the
open-whispr binary — fixes "Could not find openwhispr in PATH"
- Replace YOUR_USERNAME with outis1one in all files
- Show detected binary name in summary useful commands
https://claude.ai/code/session_01XKYC1basxdwtHy71tky7xm