https://github.com/ghall89/otto
Manage hidden macOS preferences from the command line.
https://github.com/ghall89/otto
configuration macos swift
Last synced: 2 months ago
JSON representation
Manage hidden macOS preferences from the command line.
- Host: GitHub
- URL: https://github.com/ghall89/otto
- Owner: ghall89
- License: mit
- Created: 2025-12-21T02:33:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-14T22:18:04.000Z (5 months ago)
- Last Synced: 2026-01-15T03:07:57.542Z (5 months ago)
- Topics: configuration, macos, swift
- Language: Swift
- Homepage:
- Size: 43.9 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Otto
Manage hidden macOS preferences from the command line.
__This tool changes hidden preferences not intended to be modified, and you may experience unexpected behavior or issues. You assume any risk from using this tool.__
## Build From Source
Ensure you have the latest version of [Xcode](https://developer.apple.com/xcode/) installed. [Task](https://github.com/go-task/task) is only required if you'd like to use the included Taskfile.
After building, your executable will be located at `.build/apple/Products/Release/otto`
### Building With Task
`task build`
### Building With the Swift CLI
`swift build -c release --arch arm64 --arch x86_64`