Commit Graph
2 Commits
Author SHA1 Message Date
TalonandClaude Opus 5 2fe9fa75b2 Add a macOS/Linux installer, and manual install steps
install.ps1 could never have worked outside Windows: it reads
%APPDATA% for the resource path, guards on Get-Process, and needs
PowerShell installed. install.sh mirrors it exactly -- same actions,
same key table, same idempotent rewrite and backup -- differing only
in resource-path discovery and --real-control, which exists because
modifier bit 8 means Ctrl on Windows but Command on macOS.

Also document installing by hand from the action list, for anyone who
would rather not run either script.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 22:14:33 +02:00
TalonandClaude Opus 5 b256bbdead Add CLAUDE.md
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 22:09:03 +02:00