WeSearch

Show HN: SnapState – Native Swift window manager for macOS

·2 min read · 0 reactions · 0 comments · 9 views
#macos#software#productivity
⚡ TL;DR · AI summary

SnapState is a native macOS utility designed to capture and restore window positions, monitor layouts, and browser tabs with a single shortcut. It utilizes Accessibility Services to manage window layouts without requiring root access. The application allows users to instantly restore their workspace across different applications and monitor setups.

Key facts
Original article
Getsnapstate
Read full at Getsnapstate →
Opening excerpt (first ~120 words) tap to expand

SnapStateFeaturesArchitectureDownloadSave your workspace. Restore it instantly.A native macOS utility that captures and restores window positions, monitor layouts, and browser tabs with a single shortcut.Download for macOSView SourceSnapState — INITIALFinderFileEditViewFri 4:47 PMmain.rs — snap-state// SnapState core activation routinefn main() {let store = WorkspaceStore::load();let workspace = store.find("Development");workspace.restore().unwrap();}snapstate.app/docsSystem APIs IntegrationSnapState utilizes Accessibility Services to query active window positions and programmatic layouts without root access.AXUIElementAppleScriptzsh$ snapstate restore dev[info] Restoring workspace "Development"[info] launched Safari (2.1s)[ok] Window frames aligned successfully.$ _SnapState Design UIHUD…

Excerpt limited to ~120 words for fair-use compliance. The full article is at Getsnapstate.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Getsnapstate