astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.14k stars 142 forks source link

it is not supported copy text from log widget now ? #78

Closed 593769290 closed 4 years ago

593769290 commented 4 years ago

in 0.4.0 0.5.0 version , I can press "shift" and mouse point to select txt in log widget, and then ctrl+insert to select and shift+insert to copy.

after updated to 0.7.0 version, this funtion has been gone. so , it is not supported copy text from log widget now ?

the old related issues https://github.com/astefanutti/kubebox/issues/17 https://github.com/astefanutti/kubebox/issues/10

astefanutti commented 4 years ago

It is not yet supported. We will work on #17 ASAP. I'm actually surprised it used to be working in previous versions.

593769290 commented 4 years ago

in 0.4.0 0.5.0 version, it can copy log text, but include some unuseful text ,the border chararcter "|". I wish in the new implement, it could be excluded the border chararcter "|".

image

====================================================================
│2020-02-12 14:00:53.998  INFO 26 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms                                                       │
│2020-02-12 14:00:58.998  INFO 26 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms                                                       │
│2020-02-12 14:01:03.998  INFO 26 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms 
====================================================================
astefanutti commented 4 years ago

I wonder what could have broken it in 0.7.0, as it is provided by the terminal and not Kubebox.

Anyway, we intent to provide proper clipboard support for the log widget. It should work as the remote exec terminal, that already has copy/paste support.

May I suggest that you vote for #17 and close that issue?

593769290 commented 4 years ago

OK thx y。