Hey @ibigio. Might be pretty useful if ShellAI takes in the previous command as context for the next response. I'd love to contribute so if this sounds good I can start writing the feature.
Quick example:
This:
$ docker tag myImage myAcr.azurecr.io/myImage
$ q push the above image
docker push <image_name>
Would turn into this:
$ docker tag myImage myAcr.azurecr.io/myImage
$ q push the above image
docker push myAcr.azurecr.io/myImage
Let me know what you think!
Hey @ibigio. Might be pretty useful if ShellAI takes in the previous command as context for the next response. I'd love to contribute so if this sounds good I can start writing the feature.
Quick example:
This:
$ docker tag myImage myAcr.azurecr.io/myImage $ q push the above image docker push <image_name>Would turn into this:
$ docker tag myImage myAcr.azurecr.io/myImage $ q push the above image docker push myAcr.azurecr.io/myImageLet me know what you think!