Add copying text in object preview#91
Merged
lusingander merged 3 commits intolusingander:masterfrom Jan 28, 2026
Merged
Conversation
lusingander
requested changes
Jan 27, 2026
Owner
lusingander
left a comment
There was a problem hiding this comment.
Thank you for the pull request.
Adding a feature to copy content seems generally good, but there appear to be a few points that might need revision.
Contributor
Author
|
Thanks for reviewing, I've changed references to yank into copy and made the suggested changes! |
lusingander
approved these changes
Jan 28, 2026
Owner
|
Thank you! |
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Feb 2, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [lusingander/stu](https://github.com/lusingander/stu) | patch | `v0.7.5` → `v0.7.6` | 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>lusingander/stu (lusingander/stu)</summary> ### [`v0.7.6`](https://github.com/lusingander/stu/releases/tag/v0.7.6) [Compare Source](lusingander/stu@v0.7.5...v0.7.6) #### What's Changed - Add default sort config by [@​lusingander](https://github.com/lusingander) in [#​88](lusingander/stu#88) - Update ratatui to 0.30.0 by [@​lusingander](https://github.com/lusingander) in [#​90](lusingander/stu#90) - Add copying text in object preview by [@​paullj](https://github.com/paullj) in [#​91](lusingander/stu#91) - Implement image copy in object preview by [@​lusingander](https://github.com/lusingander) in [#​92](lusingander/stu#92) - Update MSRV to 1.90.0 #### New Contributors - [@​paullj](https://github.com/paullj) made their first contribution in [#​91](lusingander/stu#91) **Full Changelog**: <lusingander/stu@v0.7.5...v0.7.6> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
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.
Adds the ability to yank text content from the preview window instead of having to download and cat to pbcopy or equivalent