feat: VScrot - multi-platform screenshot extension for Vicinae#273
Open
JaINTP wants to merge 2 commits into
Open
feat: VScrot - multi-platform screenshot extension for Vicinae#273JaINTP wants to merge 2 commits into
JaINTP wants to merge 2 commits into
Conversation
…e and annotation support.
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.
feat: VScrot - multi-platform screenshot extension for Vicinae
VScrot is a new Vicinae extension for capturing, annotating, and managing screenshots across Linux (Wayland & X11), macOS, and Windows.
Overview
VScrot provides a Raycast-style extension interface with full tool auto-detection, per-session tool overrides, and a rich
manage-toolscommand for discovering and installing missing dependencies.Commands
scrotareawindowmonitorallmanage-toolsCapture Backends
Auto-detected in priority order, overridable via preferences or inline tool picker:
grimblast,grim+slurp,spectacle,gnome-screenshot,flameshotmaim+slop+xdotool,scrotscreencapture(built-in),screenshot-desktopscreenshot-desktop,flameshotAnnotation Tools
Post-capture annotation with two modes:
satty,swappy): blocks until the tool closes, then refreshes the preview automaticallyGIMP,Pinta,mspaint): opens in background; user saves, then taps Refresh PreviewClipboard Support
Platform-native clipboard with automatic fallback:
wl-copy→xclip→pbcopy→ PowerShellFiles Added
src/scrot.tsx: main command (capture mode list + preview)src/area|window|monitor|all.tsx: shortcut entry pointssrc/manage-tools.tsx: tool discovery and install helpersrc/backends/: 10 capture backend implementationssrc/annotators/: 6 annotation tool implementationssrc/lib/: capture, annotate, clipboard, filesystem, preferences, and tool-selection utilitiessrc/components/:CaptureList,PreviewDetail,ToolPickerUI componentssrc/lib/tools-database.ts: full tool registry with install commands for pacman, apt, dnf, brew, wingetREADME.md: full user-facing documentationStats
43 files changed, 6416 insertions(+)