Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yannbertrand/macos-defaults
Incomplete list of macOS `defaults` commands with demos ✨
https://github.com/yannbertrand/macos-defaults
hacktoberfest macos macos-commands macos-defaults macos-setup vuepress
Last synced: 4 days ago
JSON representation
Incomplete list of macOS `defaults` commands with demos ✨
- Host: GitHub
- URL: https://github.com/yannbertrand/macos-defaults
- Owner: yannbertrand
- License: mit
- Created: 2020-01-09T10:03:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:04:16.000Z (3 months ago)
- Last Synced: 2024-10-29T22:40:37.799Z (3 months ago)
- Topics: hacktoberfest, macos, macos-commands, macos-defaults, macos-setup, vuepress
- Language: JavaScript
- Homepage: https://macos-defaults.com
- Size: 21 MB
- Stars: 1,000
- Watchers: 22
- Forks: 62
- Open Issues: 36
-
Metadata Files:
- Readme: readme.md
- License: license
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Welcome to macOS-defaults 👋
[![macos-defaults.com status](https://img.shields.io/pingpong/uptime/sp_92e9dcd33e474926853ac99968debf88)](https://macos-defaults.pingpong.host/)
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/yannbertrand/macos-defaults/tree/main)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#)
[![Twitter: macos_defaults](https://img.shields.io/twitter/follow/macos_defaults.svg?style=social)](https://twitter.com/macos_defaults)
[![Twitter: _YannBertrand](https://img.shields.io/twitter/follow/_YannBertrand.svg?style=social)](https://twitter.com/_YannBertrand)**Stability: 2 - Stable**
https://macos-defaults.com
`defaults` commands allow you to programmatically set System Settings of your Mac. 🤖⚙️🔧
An up-to-date list of [macOS `defaults` commands](https://macos-defaults.com) with demos. ✨
## Add a command
Feel free to open an issue if you know an unlisted command.
It's also possible to add the command yourself by creating a Pull Request. Please take [a look at the contribution guidelines](https://macos-defaults.com/contributing.html).
### How to discover a `defaults` command
Using this [bash script](diff.sh) (`bash ./diff.sh`), you'll be able to find out which key changed when you change a system or app settings.
After you find the key with your options, simply run `defaults find ${keyname}` to find the domain it is saved in.
# macOS-defaults recorder 📷
Some screenshots and videos were recorded programmatically in the past. Take a look at [the `record` folder in the project history](https://github.com/yannbertrand/macos-defaults/tree/a48f54fe1aab9dd5251cb08a984f4ccf19af6778/record) to learn more about it.
# macOS-defaults builder 🤖
This project used to help compare Static Site Generators (SSG). We now removed this part but you can still find an old comparison between a few of them (Docsify, Docusaurus, VuePress and GitHub markdown) [in the project history](https://github.com/yannbertrand/macos-defaults/tree/1716cb77e7c17f8317e18e9b9418cc834bb3486c/build).
# Show your support
Give a ⭐️ if this project helped you!
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_