awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.15k stars 769 forks source link

Scrolling and Viewing on Git bash in Windows is not that great #216

Open vibhuyadav opened 5 years ago

vibhuyadav commented 5 years ago

I don't know if it's really a bug for aws-shell or git-bash but aws-shell does not really work properly with Git-Bash on Windows. Maybe it was never meant to work with windows or be released for it. I can't scroll the JSON results or view them as full

pletnes commented 5 years ago

You probably have to replace aws with winpty aws. This is a classic issue with windows handling of tty. Git bash is not compatible with regular windows applications.