Small macOS utilities collected in one repo. Each tool lives in its own top-level folder and can evolve independently.
git clone https://github.com/KOBeerose/mactools.git
cd mactools
./scripts/install-all.sh| Tool | Purpose | Status | Build / Install | Permissions |
|---|---|---|---|---|
layerkey |
Original tool. Menu bar remapper for desktop-switch shortcuts. Current MVP supports tab + 0-9 -> option + 0-9. |
Active | cd layerkey && ./scripts/build-install-local.sh |
Accessibility |
spaceman |
Fork of ruittenb/Spaceman. Menu bar desktop space indicator with space switching. Local changes: disabled auto-updater, added local build script. | Active | cd spaceman && ./scripts/build-install-local.sh |
Accessibility, Automation |
Shared agent knowledge lives in .agent/knowledge-base.md.
Tool-specific progress should live in each tool's .agent/progress.md.
| Task | Prompt | Skill |
|---|---|---|
| Fork and add a new submodule | "fork and add submodule: https://github.com/OriginalAuthor/SomeRepo" |
sync-fork-submodule |
| Sync one submodule with upstream | "sync submodule: spaceman" |
sync-fork-submodule |
| Sync all submodules with upstream | "sync all submodules" |
sync-fork-submodule |
Skills live in .cursor/skills/. See .agent/knowledge-base.md for full details.