Skip to content

Instantly share code, notes, and snippets.

@cvcore
cvcore / caffeinate_mac.swift
Created October 26, 2025 09:35
Keep mac awake with native Caffeinate
#!/usr/bin/swift
// This script adds an icon in the macOS menu bar that controls the active status of caffeinate.
import AppKit
// The AppDelegate class manages the application's lifecycle and UI.
class AppDelegate: NSObject, NSApplicationDelegate {
// UI Elements