Skip to content

wpfleger96/Iced-Latte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iced-Latte

A replacement for the caffeine MacOS app

Requirements

  • MacOS Sequoia 15.3 or later
  • xcrun via XCode commmand line tools:
xcode-select --install

Setup

Build

First build the app from source using the following command from the root of the repo:

xcrun swiftc -o Iced-Latte.app/Contents/MacOS/Iced-Latte main.swift -framework Cocoa

Then launch the app:

open Iced-Latte.app

After the app starts you'll be prompted to grant accessibility permissions, once granted the app will continue running according to the timer.

Install

Use the following command to auto start the app on login, replacing with the appropriate path:

osascript -e 'tell application "System Events" to make login item at end with properties {name:"Iced-Latte", path:"/path/to/Iced-Latte.app", hidden:false}'

About

A replacement for the caffeine MacOS app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages