Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelvillar/timer-app
A simple Timer app for Mac
https://github.com/michaelvillar/timer-app
app mac macosx timer widget
Last synced: 1 day ago
JSON representation
A simple Timer app for Mac
- Host: GitHub
- URL: https://github.com/michaelvillar/timer-app
- Owner: michaelvillar
- License: mit
- Created: 2016-03-31T06:31:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T20:19:32.000Z (10 months ago)
- Last Synced: 2025-01-03T08:09:11.664Z (8 days ago)
- Topics: app, mac, macosx, timer, widget
- Language: Swift
- Size: 2.35 MB
- Stars: 2,564
- Watchers: 35
- Forks: 198
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- open-source-mac-os-apps - Timer - Simple Timer app for Mac. ![swift_icon] (Applications / Productivity)
- open-source-mac-os-apps - Timer - Simple Timer app for Mac. ![swift_icon] (Applications / Productivity)
- starred-awesome - timer-app - A simple Timer app for Mac (Swift)
- awesome-swift-macos-apps - Timer - app?label=" /> - Simple Timer app for Mac. (Productivity / Text)
- awesome-swift-macos-apps - Timer - Simple Timer app for Mac. (Productivity / Text)
README
# A simple Timer app for Mac
[Download here](https://github.com/michaelvillar/timer-app/releases)
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 [brew cask](https://caskroom.github.io) via
```shell
brew install --cask michaelvillar-timer
```Inspired by the **great** [Minutes widget](http://minutes.en.softonic.com/mac) 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
```
make
```### Keyboard Shortcuts
Enter digits to set minutes. A decimal point specifies seconds so `2.34` is 2 minutes and 34 seconds.
backspace or escape to edit.
enter to start or pause the timer.
cmd+n to create a new timer.
r to restart with the last timer.