Skip to content

skcadri/counter-timer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter Timer

A minimal macOS app with a counter and a timer. Built with SwiftUI in a single file.

macOS Swift

Counter Timer screenshot

Features

Counter

  • Increment / decrement with + and - buttons (or keyboard keys)
  • Reset to zero

Timer

  • Click the time display to type a custom duration (MM:SS or just minutes)
  • Preset shortcuts: 5, 10, 15, 25, 30, 60 minutes
  • Start / Stop with spacebar
  • Audible beep when the timer finishes

Install

Requires macOS 14+ and Xcode Command Line Tools (xcode-select --install).

git clone https://github.com/skcadri/counter-timer-app.git
cd counter-timer-app
make install

This compiles the app, bundles it with an icon, and copies it to /Applications.

To build without installing:

make        # creates "Counter Timer.app" in the project directory

License

MIT

About

Minimal macOS counter & timer app built with SwiftUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors