Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support bracketed paste in CLI #40

Open
4 tasks
nic-hartley opened this issue Mar 19, 2023 · 0 comments
Open
4 tasks

Support bracketed paste in CLI #40

nic-hartley opened this issue Mar 19, 2023 · 0 comments
Labels
b: terminal terminal backends good first issue issues which are good for first-time contributors k: feature small increment to existing bits p: tuig-iosys tuig-iosys crate s: input user input

Comments

@nic-hartley
Copy link
Owner

nic-hartley commented Mar 19, 2023

Sometime between when I wrote ansi_cli.rs and now, crossterm added support for bracketed paste! We should make use of that for pasting stuff.

  • New Action::Paste with (text-only?) clipboard content
  • Attach ct::Event::Paste to it & enable bracketed paste
  • Figure out a winit equivalent and make it work too
  • Consider whether Ctrl+V should always trigger a paste (i.e. not be available for anything else)
@nic-hartley nic-hartley added p: tuig-iosys tuig-iosys crate k: feature small increment to existing bits s: input user input b: terminal terminal backends good first issue issues which are good for first-time contributors labels Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
b: terminal terminal backends good first issue issues which are good for first-time contributors k: feature small increment to existing bits p: tuig-iosys tuig-iosys crate s: input user input
Projects
None yet
Development

No branches or pull requests

1 participant