bottom icon indicating copy to clipboard operation
bottom copied to clipboard

Allow yanking of data.

Open ClementTsang opened this issue 5 years ago • 3 comments

Describe the feature request

Might be of interest to some users? Seems like an interesting idea IMO to allow a user to instantly pull data to clipboard if they want it.

Additional context

Provide any additional context here.

ClementTsang avatar Feb 23 '20 06:02 ClementTsang

Going to take this off for now, probably gonna focus a lot on #19.

ClementTsang avatar Mar 01 '20 07:03 ClementTsang

Shouldn't be too hard though, seems to just require a few things:

  • [ ] Add rust-clipboard dep
  • [ ] Bind some key to yank data. Probably y on highlighted info
  • [ ] Bind some key to paste data. Also might want to support middle click (currently it's treated as a set of char inputs, which is throttled!)

ClementTsang avatar Mar 01 '20 08:03 ClementTsang

Can easily do pasting data now, will separate this out. See #880.

ClementTsang avatar Nov 09 '22 06:11 ClementTsang