Giter VIP home page Giter VIP logo

macos-defaults's Introduction

Welcome to macOS-defaults 👋

macos-defaults.com build status Documentation License: MIT Twitter: _YannBertrand

Stability: 1 - Experimental

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 with demos. ✨

Add a command

All the listed defaults commands are stored in a single defaults.yml file. Here is how a command's info is designed:

      - key: the-command-name-separated-with-dashes # The command's key
        domain: com.some-domain.app-name # The command's domain
        title: My command
        description: Explaining what my command does.
        param:
          type: bool # Other types can be used
        examples: # A list of examples
          - value: false # This example sets the value to `false`
            default: true # `false` is the default value of the command
            image: # Optional: an auto recorded screenshot
              filename: "false.png"
              width: 800
              height: 600
            text: Explaining what happens when the command is set to `false`
          - value: true # This one sets the value to `true`
            image:
              filename: "true.png" # The name of the image
              width: 800 # The width of the image
              height: 600 # And its height
            text: Explaining what happens when the command is set to `true`
        versions: [Big Sur, Catalina] # It's been tested on Big Sur and Catalina

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.

macOS-defaults builder 🤖

Compare Static Site Generators by automatically building websites from this yaml file content 🏗.

It currently builds to:

GitHub Flavored Markdown VuePress Docusaurus docsify
latest 1.6.0 1.14.6 latest

Features

/ GitHub VuePress Docusaurus docsify
Stars ⭐️ N/A
No JS needed
Code highlight
docs

docs
(Prism.js)

docs
(Highlight.js)

docs
(plugin Prism.js)
Search
(plugin)
Video support
Official themes 1 1 1 4
Netlify build time N/A 57s 1m 1s 38s
Click to copy code
(plugin)
Category page
Default port N/A 8080 3000 3000

How does it work?

macOS-defaults recorder 📷

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.

How does it work?

Take a look at the record folder if you want to go deeper.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

macos-defaults's People

Contributors

yannbertrand avatar renovate[bot] avatar renovate-bot avatar jidicula avatar ffittschen avatar workinprogress-development avatar bpetetot avatar moritzsternemann avatar tbetous avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.