feat: add clipboard functionality with terminal multiplexer support#123
Merged
fioncat merged 1 commit intofioncat:mainfrom Mar 2, 2026
Merged
feat: add clipboard functionality with terminal multiplexer support#123fioncat merged 1 commit intofioncat:mainfrom
fioncat merged 1 commit intofioncat:mainfrom
Conversation
Contributor
dferg
commented
Feb 12, 2026
- Add OSC 52 clipboard integration for copying text to system clipboard
- Support for tmux, GNU Screen, and Zellij terminal multiplexers
- Implement proper DCS passthrough wrapping for each multiplexer type
- Add base64 dependency for OSC 52 sequence encoding
- Add OSC 52 clipboard integration for copying text to system clipboard - Support for tmux, GNU Screen, and Zellij terminal multiplexers - Implement proper DCS passthrough wrapping for each multiplexer type - Add base64 dependency for OSC 52 sequence encoding
Owner
|
Thank you! LGTM. |
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Mar 4, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [github:fioncat/otree](https://github.com/fioncat/otree) | patch | `0.6.4` → `0.6.5` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>fioncat/otree (github:fioncat/otree)</summary> ### [`v0.6.5`](https://github.com/fioncat/otree/releases/tag/v0.6.5) [Compare Source](fioncat/otree@v0.6.4...v0.6.5) ##### Features - Add `home` and `end` keys and map them to scroll\_{first,last}. ([#​126](fioncat/otree#126)) - Add PageUp/PageDown support for Data Block view. ([#​125](fioncat/otree#125)) - Add clipboard functionality with terminal multiplexer support. ([#​123](fioncat/otree#123)) #### What's Changed - feat: add clipboard functionality with terminal multiplexer support by [@​dferg](https://github.com/dferg) in [#​123](fioncat/otree#123) - Add PageUp/PageDown support for Data Block view by [@​plaes](https://github.com/plaes) in [#​125](fioncat/otree#125) - Home/end scrolling support by [@​plaes](https://github.com/plaes) in [#​126](fioncat/otree#126) #### New Contributors - [@​dferg](https://github.com/dferg) made their first contribution in [#​123](fioncat/otree#123) - [@​plaes](https://github.com/plaes) made their first contribution in [#​125](fioncat/otree#125) **Full Changelog**: <fioncat/otree@v0.6.4...v0.6.5> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNDkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.