π₯ Curiosity fueled generalist
π» Software developer for 25+ years
π§ββοΈ Self-Awareness-Development-Expression
π Digital nomad, 2x around the world
Pinned Loading
-
Auto Time Machine Backup Script - Ev...
Auto Time Machine Backup Script - Event-driven macOS backup automation 1#!/bin/bash
23#===============================================================================
4# AUTO TIME MACHINE BACKUP SCRIPT
5#===============================================================================
-
mac-whisper-speedtest
mac-whisper-speedtest PublicCompare different Whisper implementations optimized for Apple Silicon
-
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. 1param(
2[Parameter(Mandatory=$true)]
3[string]$FolderPath
4)
5 -
Bash script to detect suspicious new...
Bash script to detect suspicious new and changed files last 3 hours. Skips cache directories. 1#!/bin/sh
23# newfiles
4# Detects new and changed php and html files last xxx minutes
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:
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.