awslabs / aws-shell

An integrated shell for working with the AWS CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

vibhuyadav opened this issue · comments

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

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.