icfnext / aem-groovy-console

The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the CQ, Sling, or JCR APIs.
Other
159 stars 94 forks source link

Add button to download output log #92

Closed easingthemes closed 4 years ago

easingthemes commented 4 years ago

Quite often I just need to download log results/output, without saving file into JCR. Eg, doing analysis only and creating csv results.

Adding a download button in results/output panels should be an easy task, but very useful.

I can open a PR if you will consider this feature. Thanks