Skip to content
View andveg38's full-sized avatar

Block or report andveg38

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AppleHardwareTest AppleHardwareTest Public

    Forked from upekkha/AppleHardwareTest

    Apple Hardware Test Download Links

  2. MacOS-Scripts MacOS-Scripts Public

  3. Windows-Scripts Windows-Scripts Public

  4. 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 
    3
    
                  
    4
    # run thus to to install: cd /usr/local/bin && curl -s -O https://rawgist.apw.app/mayel/c07bc0acb91824501d5bdbdc9eb7b33a/raw/08821f64c067327ea68a1a817eb43657db10f10e/up && chmod 755 /usr/local/bin/up
    5
    # and then run it anytime by simply entering the command: up
  5. 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
    2
    
                  
    3
    tell application "Things3"
    4
      set theToken to "your-auth-token"
    5
      
  6. This is Applescript to have Hazel ac... This is Applescript to have Hazel activate the OCR feature of PDFpen Pro.
    1
    tell application "PDFpenPro"
    2
      open theFile as alias
    3
    	tell document 1
    4
    		ocr
    5
    		repeat while performing ocr