All Projects → yannbertrand → Macos Defaults

yannbertrand / Macos Defaults

Licence: mit
Incomplete list of macOS `defaults` commands with demos ✨

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Macos Defaults

Hedgedoc
HedgeDoc - The best platform to write and share markdown.
Stars: ✭ 2,498 (+1610.96%)
Mutual labels:  hacktoberfest
Box Node Sdk
A Javascript interface for interacting with the Box API. You can find the node package at
Stars: ✭ 146 (+0%)
Mutual labels:  hacktoberfest
Parse Sdk Android
The Android SDK for the Parse Platform
Stars: ✭ 1,806 (+1136.99%)
Mutual labels:  hacktoberfest
Laravel Ide Helper
Laravel IDE Helper
Stars: ✭ 11,893 (+8045.89%)
Mutual labels:  hacktoberfest
Http
Universal HTTP Module for Nuxt.js
Stars: ✭ 146 (+0%)
Mutual labels:  hacktoberfest
Crafttweaker
Tweak your minecraft experience
Stars: ✭ 146 (+0%)
Mutual labels:  hacktoberfest
Intelowl
Intel Owl: analyze files, domains, IPs in multiple ways from a single API at scale
Stars: ✭ 2,114 (+1347.95%)
Mutual labels:  hacktoberfest
Hads
📚 Markdown superpowered documentation for Node.js
Stars: ✭ 147 (+0.68%)
Mutual labels:  hacktoberfest
Promster
⏰A Prometheus exporter for Hapi, express and Marble.js servers to automatically measure request timings 📊
Stars: ✭ 146 (+0%)
Mutual labels:  hacktoberfest
Django Sql Explorer
Easily share data across your company via SQL queries. From Grove Collab.
Stars: ✭ 1,958 (+1241.1%)
Mutual labels:  hacktoberfest
Photoprism
Photos App powered by Go and Google TensorFlow 🌈
Stars: ✭ 17,946 (+12191.78%)
Mutual labels:  hacktoberfest
100daysofmlcode
My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.
Stars: ✭ 146 (+0%)
Mutual labels:  hacktoberfest
Librobotcontrol
Robotics Focused library for embedded Linux computers.
Stars: ✭ 146 (+0%)
Mutual labels:  hacktoberfest
Eureka
Elegant iOS form builder in Swift
Stars: ✭ 11,345 (+7670.55%)
Mutual labels:  hacktoberfest
Handwritten.js
Convert typed text to realistic handwriting!
Stars: ✭ 1,806 (+1136.99%)
Mutual labels:  hacktoberfest
Axel
Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers.
Stars: ✭ 1,997 (+1267.81%)
Mutual labels:  hacktoberfest
Voctoweb
voctoweb – the frontend and backend software behind media.ccc.de
Stars: ✭ 146 (+0%)
Mutual labels:  hacktoberfest
Documentation
The source for Datadog's documentation site.
Stars: ✭ 147 (+0.68%)
Mutual labels:  hacktoberfest
Hacktoberfest2020
Make your first PR! ~ A beginner-friendly repository. Add your profile, a blog, or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 147 (+0.68%)
Mutual labels:  hacktoberfest
Rom Rails
Rails integration for Ruby Object Mapper
Stars: ✭ 146 (+0%)
Mutual labels:  hacktoberfest

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].