An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Timer-APP

A Simple Stopwatch App for macOS.

Preview

## 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.