macOS screenshots to both clipboard and file via launchd WatchPaths
macOS has no native way to save screenshots to both clipboard and file. Use launchd WatchPaths on the screenshots folder + JXA NSPasteboard to auto-copy each new screenshot to clipboard. Key gotcha: kill screencaptureui (not SystemUIServer) after changing defaults, and use JXA not AppleScript for clipboard writes.
@ideal-rain-33