Skip to content
View anvanvan's full-sized avatar

Block or report anvanvan

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. Auto Time Machine Backup Script - Ev... Auto Time Machine Backup Script - Event-driven macOS backup automation
    1
    #!/bin/bash
    2
    
                  
    3
    #===============================================================================
    4
    # AUTO TIME MACHINE BACKUP SCRIPT
    5
    #===============================================================================
  2. mac-whisper-speedtest mac-whisper-speedtest Public

    Compare different Whisper implementations optimized for Apple Silicon

    Python 6 1

  3. This PowerShell script recursively s... This PowerShell script recursively sorts image and video files in a specified folder by their creation date or media date, placing them into new directories named after the year and month of their creation or media date.
    1
    param(
    2
        [Parameter(Mandatory=$true)]
    3
        [string]$FolderPath
    4
    )
    5
    
                  
  4. Bash script to detect suspicious new... Bash script to detect suspicious new and changed files last 3 hours. Skips cache directories.
    1
    #!/bin/sh
    2
    
                  
    3
    # newfiles
    4
    # Detects new and changed php and html files last xxx minutes
    5
    
                  
  5. Universal App Toggle Script for macOS Universal App Toggle Script for macOS
    1
    -- ================================================================
    2
    -- Universal App Toggle Script for macOS
    3
    -- ================================================================
    4
    -- This AppleScript provides smart window management for any macOS application.
    5
    -- It toggles between showing/hiding an app with intelligent behavior: