bottom
bottom copied to clipboard
Allow yanking of data.
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.
Going to take this off for now, probably gonna focus a lot on #19.
Shouldn't be too hard though, seems to just require a few things:
- [ ] Add rust-clipboard dep
- [ ] Bind some key to yank data. Probably
yon 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!)
Can easily do pasting data now, will separate this out. See #880.