eclipse-leda / leda-utils

Convenience scripts for Eclipse Leda quickstart tutorials
https://eclipse-leda.github.io/leda/
Apache License 2.0
5 stars 5 forks source link

Kantui improvements #22

Closed vasilvas99 closed 1 year ago

vasilvas99 commented 1 year ago

A PR for work on various improvements to kantui in relation to the following enhancement requests:

Main changes

(x) kantui - Tail container log by default (eclipse-leda/leda-utils#19):

(x) kantui - Redeploy containers (eclipse-leda/leda-utils#17):

[Blocked] kantui - Being able to select text from logs (eclipse-leda/leda-utils#18):

Research notes

Might not be possible due to a general limitation in Cursive: gyscos/cursive#477

Workarounds in other cursive-based applications is to do vim-like yank in a buffer and pipe the buffer into a program like xclip: samtay/so#10. This is not usable in our case because we don't have X11 and we usually work over remote terminals (e.g. ssh).

"External" workarounds are:

Other changes