aws-shell icon indicating copy to clipboard operation
aws-shell copied to clipboard

Add support for autocompleting/manipulating --query argument

Open jamesls opened this issue 10 years ago • 1 comments

Not sure exactly what this would look like, but I want to:

a) Attempt to autocomplete the JMESPath expression for --query. This seems tough. b) Live update in a vsplit/hsplit pane the result of applying the query expression provided so far against sample generated output.

I demo'd a POC of this with vim + jpterm at re:Invent, would like to have a similar feature as well.

jamesls avatar Nov 05 '15 00:11 jamesls

Something like this might be cool, from ptpython:

donnemartin avatar Dec 13 '15 21:12 donnemartin