Pinned Loading
-
AppleHardwareTest
AppleHardwareTest PublicForked from upekkha/AppleHardwareTest
Apple Hardware Test Download Links
-
-
-
up - script to keep your Mac up-to-d...
up - script to keep your Mac up-to-date (OS, Homebrew, and App Store updates) via the command line 1#!/bin/sh
2# up - v2 - script to keep your Mac up-to-date (OS, Homebrew, and App Store updates) via the command line
34# run thus to to install: cd /usr/local/bin && curl -s -O https://gist.githubusercontent.com/mayel/c07bc0acb91824501d5bdbdc9eb7b33a/raw/08821f64c067327ea68a1a817eb43657db10f10e/up && chmod 755 /usr/local/bin/up
5# and then run it anytime by simply entering the command: up
-
Automatically set repeating tasks ta...
Automatically set repeating tasks tagged ‘Evening’ to be done this evening, in Things 3 1-- run first thing in the morning, e.g., from cron
23tell application "Things3"
4set theToken to "your-auth-token"
5 -
This is Applescript to have Hazel ac...
This is Applescript to have Hazel activate the OCR feature of PDFpen Pro. 1tell application "PDFpenPro"
2open theFile as alias
3tell document 1
4ocr
5repeat while performing ocr
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.