withoutboats / notty

A new kind of terminal
GNU Affero General Public License v3.0
2.3k stars 41 forks source link

Integrating with system clipboard #43

Open withoutboats opened 8 years ago

withoutboats commented 8 years ago

Currently you can't copy the output of the terminal or paste input into it. This needs to be addressed.

There's also the issue of bracketed paste mode, but that's not as widely used or expected as normal copy and paste.

withoutboats commented 8 years ago

CharGrid now exposes a chars_in_range method, given a pair of indexes it will return a String containing the characters in that range.

Work still needed in notty:

Work still needed in scaffolding:

withoutboats commented 8 years ago

Notty now exposes a Paste command which can be used to paste data into the terminal. This includes support for bracketed paste mode. Scaffolding still needs to integrate with the system clipboard to implement a paste command for the user.

withoutboats commented 8 years ago

Paste is implemented in scaffolding.

cactorium commented 8 years ago

Are you still looking for help?

albinekb commented 7 years ago

https://crates.io/crates/copypasta