https://github.com/zeqiang-lai/timer-app
A Simple Stopwatch App for macOS.
https://github.com/zeqiang-lai/timer-app
macos
Last synced: about 1 year ago
JSON representation
A Simple Stopwatch App for macOS.
- Host: GitHub
- URL: https://github.com/zeqiang-lai/timer-app
- Owner: Zeqiang-Lai
- Created: 2019-02-26T11:56:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T08:25:33.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T03:21:24.396Z (about 1 year ago)
- Topics: macos
- Language: Swift
- Homepage:
- Size: 1010 KB
- Stars: 60
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timer-APP
A Simple Stopwatch App for macOS.

## Usage
There are equvialent keyboard shortcuts for:
- LAP/RESET Button: `Alt` + `Space`
- START/STOP Button: `Space`
- List Button: `Alt` + `L`
Note: If you are using alfred, there might be shortcut conflict. You can:
1. Download Timer1.2 from [release](https://github.com/Zeqiang-Lai/Timer-APP/releases).
2. or Change the shortcut from Xcode and compile it by yourself.
## Download
You can download it from release page or click te link below:
[Latest version](https://github.com/Zeqiang-Lai/Timer-APP/releases/latest).
## Change Log
**Timer 1.21**
- Build with Swift5.
- Keyborad shortcut support.
**Timer 1.2**
- Lap list support.
**Timer 1.1**
- UI Improvement.
**Timer 1.0**
- Basic function of stopwatch.