Mechanism to send code to the active tab of the terminal #8100

Closed
opened 2026-01-31 01:20:45 +00:00 by claunia · 3 comments
Owner

Originally created by @musm on GitHub (May 13, 2020).

Description of the new feature/enhancement

I'd love to get https://github.com/randy3k/SendCode to be compatible with the new Termal. In order to accomplish this we need a way to:

1 Send code to the active tab of the terminal.
2. Bracketed paste mode. (https://github.com/microsoft/terminal/issues/395)

Originally created by @musm on GitHub (May 13, 2020). # Description of the new feature/enhancement I'd love to get https://github.com/randy3k/SendCode to be compatible with the new Termal. In order to accomplish this we need a way to: 1 Send code to the active tab of the terminal. 2. Bracketed paste mode. (https://github.com/microsoft/terminal/issues/395)
claunia added the Issue-QuestionNeeds-Tag-FixResolution-Answered labels 2026-01-31 01:20:45 +00:00
Author
Owner

@zadjii-msft commented on GitHub (May 13, 2020):

By any chance, is #3799 what you're looking for here?

@zadjii-msft commented on GitHub (May 13, 2020): By any chance, is #3799 what you're looking for here?
Author
Owner

@musm commented on GitHub (May 13, 2020):

I don't believe that covers what is required here

@musm commented on GitHub (May 13, 2020): I don't believe that covers what is required here
Author
Owner

@DHowett-MSFT commented on GitHub (May 15, 2020):

I mean, this should absolutely be possible through clipboard stuffing and key binding stuffing today. I'm not sure how we can make this easier as there isn't really an IPC mechanism available to us that'll make SendCode's life easier.

@DHowett-MSFT commented on GitHub (May 15, 2020): I mean, this should absolutely be possible through clipboard stuffing and key binding stuffing today. I'm not sure how we can make this easier as there isn't really an IPC mechanism available to us that'll make SendCode's life easier.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8100