CLI focus enforcer with escalation:
- Detect distraction site in active window title
- Warn with popup and countdown
- Mouse chaos if ignored
- Force-close foreground tab/window and open your focus page
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py- If macOS blocks mouse/window control, enable Accessibility permissions for your terminal app.
docs/index.htmlis the hosted focus dashboard.