Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List questions type does not allow navegation on git bash #921

Closed
emartinpi opened this issue May 24, 2020 · 4 comments
Closed

List questions type does not allow navegation on git bash #921

emartinpi opened this issue May 24, 2020 · 4 comments

Comments

@emartinpi
Copy link

emartinpi commented May 24, 2020

Observed behavior
List questions display a list but arrow keys do not navigate between options (visually), although in an "invisible way" you can select an option. Enter does proceed to the next question with the "invisible option"

Expected behavior
List questions display a list that can be visually interacted with and select the desired option

Version information
[email protected]
[email protected]
command line @ git bash on windows (installed with git)
windows @ Windows 10 Enterprise

@remiX-
Copy link

remiX- commented Jun 3, 2020

+1

I've noticed this for a while, especially with using yeoman generators.

On my journey of googling to try find if it is fixed or a way around it but lead my here

@1ak31sha
Copy link

I am having same issue
using the fish shell on mac

@SBoudrias
Copy link
Owner

Hi all,

"Git bash" on Windows is one of the rare terminals we cannot support. The problem is it is not a true interactive terminals which makes it incompatible with the redrawing of the screen inquirer is doing.

I believe there's now many good alternatives and built-in terminals in windows nowaday. I would recommend you using those instead. Personally back in the days I used powershell on Windows, it wasn't bash based, but other than that it was pretty good.

I'll close this ticket as there's unfortunately nothing we can do to support git bash.

@marknadig
Copy link

Appreciate any suggestions on how to detect git bash so I can provide a helpful warning in our script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants