DEV Community

Discussion on: My Mac Setup

Collapse
 
maestromac profile image
Mac Siri

I'd like to recommend this super simple timer.app that help me time box things I'm doing. Also great with pomodoro technique.

michaelvillar / timer-app

A simple Timer app for Mac

A simple Timer app for Mac

Download here

Drag the blue arrow to set a timer. Release to start! Click to pause.

When the time is up, a notification will show up with a nice sound.

Create new timers with CMD+N.

Install as a cask via brew cask install michaelvillar-timer.

Inspired by the great Minutes widget from Nitram-nunca I've been using for years. But it wasn't maintained anymore (non-retina) + it was the only widget in my dashboard :)

Timer requires macOS 10.11 or later.

Build

xcodebuild -quiet clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
open build/Release/

Collapse
 
nickytonline profile image
Nick Taylor

Thanks for sharing Mac!