mirror of
https://github.com/acamarata/curtain.git
synced 2026-07-01 11:14:25 +00:00
Menu-bar agent that, on a Screen Sharing connection, covers the host displays and blocks physical keyboard/mouse from the apps while remote input passes through, then locks the Mac on idle or disconnect. - netstat-based session detection (debounced) - CGEventTap input filter (block physical sourceStateID==1, pass remote) - .none/.readOnly cover windows with on-curtain password box - SACLockScreenImmediate lock + IOKit display-sleep assertion - root helper (NOPASSWD) to disconnect the Screen Sharing session - install/uninstall scripts, app bundle, login agent, CI
24 lines
259 B
Text
24 lines
259 B
Text
# Swift / SPM
|
|
.build/
|
|
.swiftpm/
|
|
*.xcodeproj
|
|
DerivedData/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# AI working memory (gitignored)
|
|
.claude/
|
|
|
|
# Local secrets / config
|
|
*.local
|
|
.vscode/*
|
|
.idea/
|
|
.codex/
|
|
.cursor/
|
|
.aider/
|
|
.aider.chat.history.md
|
|
.continue/
|
|
.windsurf/
|
|
.gemini/
|
|
.codeium/
|