Stability: 2 - Stable
defaults
commands allow you to programmatically set System Settings of your Mac. π€βοΈπ§
An up-to-date list of macOS defaults
commands with demos. β¨
All the listed defaults
commands are Markdown files stored in the docs folder. It is recommended to look at a few of them before proposing a new one:
Here are the mandatory infos to add a new command:
Some images and videos are built programmatically. Take a look at the record folder to find out how to record some. I will always prefer images and videos examples as they help maintenance a lot! Please consider it if you want to open a PR.
defaults
commandUsing this bash script (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.
Programmatically record a Mac screen with a predefined list of actions πΉ.
The project also contains scripts that run desktop actions, take screenshots or record videos. The goal is to avoid having to manually recheck the status of commands with each new major version of macOS.
Take a look at the record folder if you want to go deeper.
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.
Give a βοΈ if this project helped you!
This README was generated with β€οΈ by readme-md-generator