SoulSniper-V2/SnapState — reverse-engineered prompt
Reverse engineered prompt
Build me a macOS menu bar app called SnapState that lets me save and restore my whole workspace with one click. I want it to capture which apps are open, where their windows are, their size and order, plus browser tabs for Safari, Chrome, Edge, Brave, and Arc.
The app should live in the menu bar, feel native to macOS, and let me create a few saved workspaces that I can restore quickly. Add keyboard shortcuts like Command 1 through Command 6 for restoring saved setups. It should also be able to automatically restore a chosen workspace when I plug in or change monitors.
Keep everything local and private. No accounts, no cloud sync, no tracking. Store the saved workspace data in the normal macOS Application Support folder. Use Swift and the native macOS APIs needed for window control, Accessibility permissions, app launching, and browser tab restore through AppleScript. Look up current Apple docs online if you need to.
Want more depth? Deep Reverse