feat(editor): reveal saved screenshots in Files - #115
Open
devmobasa wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
The detached-command log synchronization can make the new smoke test intermittently read incomplete arguments.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds asynchronous screenshot reveal support through Nautilus, available via Shift-modified saves and notification actions.
Changes:
- Adds shared file-reveal command handling.
- Integrates reveal gestures into editor shortcuts and toolbar actions.
- Updates documentation and smoke coverage.
File summaries
| File | Description |
|---|---|
src/capture.cpp |
Implements reveal and notification commands. |
src/capture.hpp |
Exposes the reveal helper. |
src/editor.cpp |
Connects reveal gestures to saving. |
src/editor.hpp |
Updates editor method signatures. |
tests/editor-smoke.cpp |
Tests reveal flows and arguments. |
README.md |
Documents commands and shortcuts. |
docs/dependencies.md |
Documents optional reveal dependencies. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
tobi
approved these changes
Aug 31, 2026
tobi
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed against current main and tested as part of the combined integration check. Process launch stays on the export worker and uses the current safe argv notification action.
test(editor): publish reveal smoke logs atomically Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
What changed
Adds two ways to reveal a saved screenshot in Files:
Ctrl+Shift+SShift+EnterFiles opens with the screenshot selected. Normal save behavior remains unchanged and does not open
Files automatically.
Implementation
uwsm-app -- nautilus --select <file-url>.The notification action previously reopened the exported image in Omasnap. Editable captures remain
available from the Recent captures shelf.
Testing
Added smoke coverage for:
Ctrl+Shift+SShift+Entermake checkpasses.